Sign in
nest-open-source
/
manifest_repos
/
iptables
/
f0e5b60f468d4f5458181631368b088622b7e075
/
.
/
iptables
/
tests
/
shell
/
testcases
/
ipt-restore
/
0010-noflush-new-chain_0
blob: 2817376ed913ee4c975ec57fd4fe619aa6765c48 [
file
] [
log
] [
blame
]
#!/bin/sh -e
# assert input feed from buffer doesn't trip over
# added nul-chars from parsing chain line.
$XT_MULTI iptables
-
restore
--
noflush
<<
EOF
*
filter
:
foobar
-
[
0
:
0
]
-
A foobar
-
j ACCEPT
COMMIT
EOF