Displaying 1 result from an estimated 1 matches for "is_chain".
Did you mean:
i_chain
2018 Apr 09
1
[Bug 1242] New: noflush actually flushes in case of custom chain
...ules in it, when restored - will be
flushed.
while in case of builtin chains - will not flush and duplicate the entry.
For instance:
*nat
-I PREROUTING -m addrtype --dst-type LOCAL -j DOCKER
COMMIT
I believe the bug is in
iptables-restore.c
line 369
if (noflush && ops->is_chain(chain, handle)) {
DEBUGP("Flushing existing user defined chain '%s'\n",
chain);
if (!ops->flush_entries(chain, handle))
xtables_error(PARAMETER_PROBLEM,
"error flushing chain &qu...