
iptables man Pages D-5
the chain(s) will be atomically listed and zeroed.
The exact output is affected by the other arguments
given.
-F, --flush
Flush the selected chain. This is equivalent to
deleting all the rules one by one.
-Z, --zero
Zero the packet and byte counters in all chains.
It is legal to specify the -L, --list (list) option
as well, to see the counters immediately before
they are cleared. (See above.)
-N, --new-chain
Create a new user-defined chain by the given name.
There must be no target of that name already.
-X, --delete-chain
Delete the specified user-defined chain. There
must be no references to the chain. If there are,
you must delete or replace the referring rules
before the chain can be deleted. If no argument is
given, it will attempt to delete every non-builtin
chain in the table.
-P, --policy
Set the policy for the chain to the given target.
See the section TARGETS for the legal targets.
Only non-user-defined chains can have policies, and
neither built-in nor user-defined chains can be
policy targets.
-E, --rename-chain
Rename the user specified chain to the user sup
plied name. This is cosmetic, and has no effect on
the structure of the table.
-h Help. Give a (currently very brief) description of
Komentáře k této Příručce