__iptables_apply: man updates

This commit is contained in:
matze 2020-12-02 18:04:50 +01:00
parent f568462e49
commit bee255c1ae
2 changed files with 16 additions and 6 deletions

View File

@ -61,6 +61,7 @@ gothrough() {
} }
# Shortcut for iptables command to do IPv4 and v6 # Shortcut for iptables command to do IPv4 and v6
# only applies to the "reset" target
iptables() { iptables() {
command iptables "$@" command iptables "$@"
command ip6tables "$@" command ip6tables "$@"

View File

@ -10,7 +10,14 @@ DESCRIPTION
----------- -----------
This cdist type deploys an init script that triggers This cdist type deploys an init script that triggers
the configured rules and also re-applies them on the configured rules and also re-applies them on
configuration. configuration. Rules are written from __iptables_rule
into the folder ``/etc/iptables.d/``.
It reads all rules from the base folder as rules for IPv4.
Rules in the subfolder ``v6/`` are IPv6 rules. Rules in
the subfolder ``all/`` are applied to both rule tables. All
files contain the arguments for a single ``iptables`` and/or
``ip6tables`` command.
REQUIRED PARAMETERS REQUIRED PARAMETERS
@ -24,7 +31,7 @@ None
EXAMPLES EXAMPLES
-------- --------
None (__iptables_apply is used by __iptables_rule) None (__iptables_apply is used by __iptables_rule automaticly)
SEE ALSO SEE ALSO
@ -35,11 +42,13 @@ SEE ALSO
AUTHORS AUTHORS
------- -------
Nico Schottelius <nico-cdist--@--schottelius.org> Nico Schottelius <nico-cdist--@--schottelius.org>
Matthias Stecher <matthiasstecher--@--gmx.de>
COPYING COPYING
------- -------
Copyright \(C) 2013 Nico Schottelius. You can redistribute it Copyright \(C) 2013 Nico Schottelius.
and/or modify it under the terms of the GNU General Public License as Copyright \(C) 2020 Matthias Stecher.
published by the Free Software Foundation, either version 3 of the You can redistribute it and/or modify it under the terms of the GNU
License, or (at your option) any later version. General Public License as published by the Free Software Foundation,
either version 3 of the License, or (at your option) any later version.