The attached patch provides the real fix for the problem I reported
yesterday regarding Beta 5. You will need to reverse the patch I sent
yesterday before applying this patch.

-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________
commit 76a63fb7e8dc6d90f1cba5637f112660b52e4058
Author: Tom Eastep <[email protected]>
Date:   Thu Jan 10 17:14:40 2013 -0800

    Don't flush 'noarp' ARP entries
    
    = doing so kills the loopback interface
    
    Signed-off-by: Tom Eastep <[email protected]>

diff --git a/Shorewall/Perl/Shorewall/ARP.pm b/Shorewall/Perl/Shorewall/ARP.pm
index 1fcad2c..77f6457 100644
--- a/Shorewall/Perl/Shorewall/ARP.pm
+++ b/Shorewall/Perl/Shorewall/ARP.pm
@@ -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;

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to