Displaying 1 result from an estimated 1 matches for "rulelist".
Did you mean:
filelist
2013 Oct 03
2
[Bug 855] New: Can create user chains with names unparsable by iptables-restore
...chain.'
root at hephaestus:~# iptables-save
# Generated by iptables-save v1.4.14 on Wed Oct 2 21:57:39 2013
*filter
:INPUT ACCEPT [29:2180]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [15:1516]
:bad
chain. - [0:0]
COMMIT
# Completed on Wed Oct 2 21:57:39 2013
root at hephaestus:~# iptables-save > rulelist
root at hephaestus:~# iptables-restore < rulelist
iptables-restore v1.4.14: iptables-restore: line 6 policy invalid
Error occurred at line: 6
Try `iptables-restore -h' or 'iptables-restore --help' for more information.
Also tested with gentoo iptables v1.4.16.3, with the same resul...