mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-23 11:11:32 +02:00
Merge branch '4.5.15'
Conflicts: Shorewall/Perl/Shorewall/Proc.pm
This commit is contained in:
commit
1db5741edd
@ -327,6 +327,10 @@ sub setup_interface_proc( $ ) {
|
||||
push @emitted, "echo $value > /proc/sys/net/ipv4/conf/$physical/accept_source_route";
|
||||
}
|
||||
|
||||
if ( interface_has_option( $interface, 'forward' , $value ) ) {
|
||||
push @emitted, "echo $value > /proc/sys/net/ipv6/conf/$physical/forwarding";
|
||||
}
|
||||
|
||||
if ( interface_has_option( $interface, 'accept_ra' , $value ) ) {
|
||||
push @emitted, "echo $value > /proc/sys/net/ipv6/conf/$physical/accept_ra";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user