Displaying 1 result from an estimated 1 matches for "assafcw".
Did you mean:
assaf
2018 Apr 09
1
[Bug 1242] New: noflush actually flushes in case of custom chain
...Product: iptables
Version: unspecified
Hardware: All
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: iptables-restore
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: assafcw at gmail.com
Caught while trying to restore iptables with docker chains using:
iptables-restore -n -c MYFILE
The file might look like
*nat
:DOCKER
COMMIT
where the DOCKER chain already has rules in it, when restored - will be
flushed.
while in case of builtin chains - will not flush and duplic...