forked from extern/shorewall_code
Fix refression in handling of mss=
This commit is contained in:
parent
7dbf829e9b
commit
338c021272
@ -1855,10 +1855,10 @@ sub set_mss( $$$ ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Interate over non-firewall zones and interfaces with 'mss=' setting adding TCPMSS rules as appropriate.
|
# Interate over all zones with 'mss=' settings adding TCPMSS rules as appropriate.
|
||||||
#
|
#
|
||||||
sub setup_zone_mss() {
|
sub setup_zone_mss() {
|
||||||
for my $zone ( non_firewall_zones ) {
|
for my $zone ( all_zones ) {
|
||||||
my $zoneref = find_zone( $zone );
|
my $zoneref = find_zone( $zone );
|
||||||
|
|
||||||
set_mss( $zone, $zoneref->{options}{in_out}{mss}, '' ) if $zoneref->{options}{in_out}{mss};
|
set_mss( $zone, $zoneref->{options}{in_out}{mss}, '' ) if $zoneref->{options}{in_out}{mss};
|
||||||
|
Loading…
Reference in New Issue
Block a user