Add proxy arp processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5558 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-16 23:07:50 +00:00
parent b8848a1527
commit 5211f319e3

View File

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