From 5211f319e30534925c6564e8082112d32eebd6db Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 16 Mar 2007 23:07:50 +0000 Subject: [PATCH] Add proxy arp processing git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5558 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/New/compiler.pl b/New/compiler.pl index fb4a8e136..800aea43b 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -58,6 +58,7 @@ use Shorewall::Actions; use Shorewall::Accounting; use Shorewall::Rules; use Shorewall::Proc; +use Shorewall::Proxyarp; sub generate_script_1 { copy find_file 'prog.header'; @@ -599,6 +600,10 @@ sub compile_firewall( $ ) { setup_source_routing; setup_forwarding; # + # Proxy Arp + # + setup_proxy_arp; + # # [Re-]establish Routing # if ( -s "$ENV{TMP_DIR}/providers" ) {