forked from extern/shorewall_code
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:
parent
b8848a1527
commit
5211f319e3
@ -58,6 +58,7 @@ use Shorewall::Actions;
|
|||||||
use Shorewall::Accounting;
|
use Shorewall::Accounting;
|
||||||
use Shorewall::Rules;
|
use Shorewall::Rules;
|
||||||
use Shorewall::Proc;
|
use Shorewall::Proc;
|
||||||
|
use Shorewall::Proxyarp;
|
||||||
|
|
||||||
sub generate_script_1 {
|
sub generate_script_1 {
|
||||||
copy find_file 'prog.header';
|
copy find_file 'prog.header';
|
||||||
@ -599,6 +600,10 @@ sub compile_firewall( $ ) {
|
|||||||
setup_source_routing;
|
setup_source_routing;
|
||||||
setup_forwarding;
|
setup_forwarding;
|
||||||
#
|
#
|
||||||
|
# Proxy Arp
|
||||||
|
#
|
||||||
|
setup_proxy_arp;
|
||||||
|
#
|
||||||
# [Re-]establish Routing
|
# [Re-]establish Routing
|
||||||
#
|
#
|
||||||
if ( -s "$ENV{TMP_DIR}/providers" ) {
|
if ( -s "$ENV{TMP_DIR}/providers" ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user