diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-12-07 11:36:47 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-12-07 11:36:47 +0000 |
commit | efc3c86b4c1b153056cb83c5776cf0e32a0c00a9 (patch) | |
tree | 1c7696c69a32bee0992ecc095468466590655a96 /ebtables.8 | |
parent | 3c1e00c0942d6e7a1fad87a64587ee06946bc5fd (diff) | |
download | ebtables-efc3c86b4c1b153056cb83c5776cf0e32a0c00a9.tar.gz ebtables-efc3c86b4c1b153056cb83c5776cf0e32a0c00a9.tar.bz2 ebtables-efc3c86b4c1b153056cb83c5776cf0e32a0c00a9.zip |
mention RETURN as possible policy
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -179,10 +179,8 @@ are put on zero. This can be used in conjunction with the -L command (see above) This will cause the rule counters to be printed on the screen before they are put on zero. .TP .B "-P, --policy" -Set the policy for the chain to the given target. The policy is either -.B ACCEPT -, either -.BR DROP . +Set the policy for the chain to the given target. The policy can be +.BR ACCEPT ", " DROP " or " RETURN . .TP .B "-N, --new-chain" Create a new user-defined chain by the given name. The number of |