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" ) {