summaryrefslogtreecommitdiffstats
path: root/iptables/tests/shell/testcases/iptables/0002-verbose-output_0
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2024-01-10 14:08:58 +0100
committerPhil Sutter <phil@nwl.cc>2024-02-07 00:25:03 +0100
commit34f085b1607364f4eaded1140060dcaf965a2649 (patch)
treee879529b9648c1fcb8aaa36a27118e32f3ab7082 /iptables/tests/shell/testcases/iptables/0002-verbose-output_0
parenta392cf0e9b11b01352d02e81fbd5ad4da49bce94 (diff)
Revert "xshared: Print protocol numbers if --numeric was given"
This reverts commit da8ecc62dd765b15df84c3aa6b83dcb7a81d4ffa. The patch's original intention is not entirely clear anymore. If it was to reduce delays involved by calling getprotobynumber() though, commit b6196c7504d4d ("xshared: Prefer xtables_chain_protos lookup over getprotoent") avoids those if --numeric flag was given already. Also, this numeric protocol output did not cover iptables-save which is a more relevant candidate for such optimizations anyway. Closes: https://bugzilla.netfilter.org/show_bug.cgi?id=1729 Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/tests/shell/testcases/iptables/0002-verbose-output_0')
-rwxr-xr-xiptables/tests/shell/testcases/iptables/0002-verbose-output_04
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables/tests/shell/testcases/iptables/0002-verbose-output_0 b/iptables/tests/shell/testcases/iptables/0002-verbose-output_0
index 15c72af3..5d2af4c8 100755
--- a/iptables/tests/shell/testcases/iptables/0002-verbose-output_0
+++ b/iptables/tests/shell/testcases/iptables/0002-verbose-output_0
@@ -21,8 +21,8 @@ EXPECT='Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
- 0 0 ACCEPT 0 -- eth2 eth3 10.0.0.1 10.0.0.2
- 0 0 ACCEPT 0 -- eth2 eth3 10.0.0.4 10.0.0.5
+ 0 0 ACCEPT all -- eth2 eth3 10.0.0.1 10.0.0.2
+ 0 0 ACCEPT all -- eth2 eth3 10.0.0.4 10.0.0.5
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination'