mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-26 12:42:40 +02:00
Correct previous commit
This commit is contained in:
parent
f2cb2cca9e
commit
7ecd3f0437
@ -219,11 +219,12 @@ sub setup_forwarding( $$ ) {
|
|||||||
my $interfaces = find_interfaces_by_option 'forward';
|
my $interfaces = find_interfaces_by_option 'forward';
|
||||||
|
|
||||||
if ( @$interfaces ) {
|
if ( @$interfaces ) {
|
||||||
|
progress_message2 "$doing Interface forwarding..." if $first;
|
||||||
|
|
||||||
push_indent;
|
push_indent;
|
||||||
push_indent;
|
push_indent;
|
||||||
|
|
||||||
save_progress_message 'Setting up IPv6 Interface Forwarding...' if $first;
|
save_progress_message 'Setting up IPv6 Interface Forwarding...';
|
||||||
|
|
||||||
for my $interface ( @$interfaces ) {
|
for my $interface ( @$interfaces ) {
|
||||||
my $file = "/proc/sys/net/ipv6/conf/$interface/forwarding";
|
my $file = "/proc/sys/net/ipv6/conf/$interface/forwarding";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user