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/libipt_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/libipt_REJECT.t')
-rw-r--r-- | extensions/libipt_REJECT.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_REJECT.t b/extensions/libipt_REJECT.t index 5b26b107..3f69a729 100644 --- a/extensions/libipt_REJECT.t +++ b/extensions/libipt_REJECT.t @@ -1,5 +1,5 @@ :INPUT,FORWARD,OUTPUT --j REJECT;=;OK +-j REJECT;-j REJECT --reject-with icmp-port-unreachable;OK -j REJECT --reject-with icmp-net-unreachable;=;OK -j REJECT --reject-with icmp-host-unreachable;=;OK -j REJECT --reject-with icmp-port-unreachable;=;OK |