mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01: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',
|
||||
qq( fatal_error "arptables-restore Failed. Input is in \${VARDIR}/.arptables-input"),
|
||||
"fi\n",
|
||||
"run_ip neigh flush nud noarp nud stale nud reachable\n",
|
||||
"run_ip neigh flush nud stale nud reachable\n",
|
||||
);
|
||||
|
||||
pop_indent;
|
||||
|
Loading…
Reference in New Issue
Block a user