diff --git a/Shorewall-perl/Shorewall/Compiler.pm b/Shorewall-perl/Shorewall/Compiler.pm index 4141d99fe..ec054ded7 100644 --- a/Shorewall-perl/Shorewall/Compiler.pm +++ b/Shorewall-perl/Shorewall/Compiler.pm @@ -970,7 +970,7 @@ sub compiler { setup_martian_logging; } - setup_source_routing; + setup_source_routing($family); # # Proxy Arp/Ndp # diff --git a/Shorewall-perl/Shorewall/Proc.pm b/Shorewall-perl/Shorewall/Proc.pm index 331ae74e1..0b1f7038e 100644 --- a/Shorewall-perl/Shorewall/Proc.pm +++ b/Shorewall-perl/Shorewall/Proc.pm @@ -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...';