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:
Tom Eastep 2013-01-10 17:14:40 -08:00
parent f41b2fbffc
commit 76a63fb7e8

View File

@ -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;