mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 11:11:32 +02:00
Don't flush 'noarp' ARP entries
= doing so kills the loopback interface Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f41b2fbffc
commit
76a63fb7e8
@ -278,7 +278,7 @@ sub create_arptables_load( $ ) {
|
|||||||
'if [ $? != 0 ]; then',
|
'if [ $? != 0 ]; then',
|
||||||
qq( fatal_error "arptables-restore Failed. Input is in \${VARDIR}/.arptables-input"),
|
qq( fatal_error "arptables-restore Failed. Input is in \${VARDIR}/.arptables-input"),
|
||||||
"fi\n",
|
"fi\n",
|
||||||
"run_ip neigh flush nud noarp nud stale nud reachable\n",
|
"run_ip neigh flush nud stale nud reachable\n",
|
||||||
);
|
);
|
||||||
|
|
||||||
pop_indent;
|
pop_indent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user