diff options
author | Phil Sutter <phil@nwl.cc> | 2022-10-01 00:10:34 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2022-10-26 20:11:55 +0200 |
commit | 790d17313c19e9a6bfb2ccd9a23f7f56d62814a9 (patch) | |
tree | 8fdd508ae63eca29a3d84ffbd6dc852c50c831e3 /extensions/libip6t_REJECT.t | |
parent | e8687835e1f9a8b4cf635239f398ef93673ebd76 (diff) |
tests: *.t: Fix expected output for simple calls
These minimal extension uses print in more detailed form. Track this,
the output is desired.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libip6t_REJECT.t')
-rw-r--r-- | extensions/libip6t_REJECT.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_REJECT.t b/extensions/libip6t_REJECT.t index d2b337d7..8294f0bb 100644 --- a/extensions/libip6t_REJECT.t +++ b/extensions/libip6t_REJECT.t @@ -1,5 +1,5 @@ :INPUT,FORWARD,OUTPUT --j REJECT;=;OK +-j REJECT;-j REJECT --reject-with icmp6-port-unreachable;OK # manpage for IPv6 variant of REJECT does not show up for some reason? -j REJECT --reject-with icmp6-no-route;=;OK -j REJECT --reject-with icmp6-adm-prohibited;=;OK |