Set correct file with 'sourceroute' -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9047 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-12-14 17:41:10 +00:00
parent ffd010073a
commit 66abe59ffc
2 changed files with 3 additions and 2 deletions

View File

@ -970,7 +970,7 @@ sub compiler {
setup_martian_logging;
}
setup_source_routing;
setup_source_routing($family);
#
# Proxy Arp/Ndp
#

View File

@ -173,7 +173,8 @@ sub setup_martian_logging() {
#
# Source Routing
#
sub setup_source_routing() {
sub setup_source_routing( $ ) {
my $family = shift;
save_progress_message 'Setting up Accept Source Routing...';