forked from extern/shorewall_code
Fix for linklayer
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f92a9fa0d6
commit
a29dbf4ff8
@ -1740,7 +1740,7 @@ sub process_traffic_shaping() {
|
||||
|
||||
my $stab;
|
||||
|
||||
if ( $linklayer ) {
|
||||
if ( $devref->{linklayer} ) {
|
||||
$stab = "stab linklayer $devref->{linklayer} overhead $devref->{overhead} ";
|
||||
$stab .= "mtu $devref->{mtu} " if $devref->{mtu};
|
||||
$stab .= "mpu $devref->{mpu} " if $devref->{mpu};
|
||||
|
Loading…
Reference in New Issue
Block a user