Displaying 1 result from an estimated 1 matches for "_mtu1".
Did you mean:
_mtu
2013 Nov 14
1
Possible bug: TC with HFSC fails to load if umax is not provided
.../var/lib/shorewall/restore, just a
few lines above run_tc line was this one:
eth1_mtu=$(get_device_mtu eth1)
which was now missing in output from new version.
Going further:
/usr/share/shorewall/Shorewall/Tc.pm line 2167:
emit ( "${dev}_mtu=\$(get_device_mtu $device)",
"${dev}_mtu1=\$(get_device_mtu1 $device)"
) if $qdisc eq ''htb'';
/usr/share/shorewall/Shorewall/Tc.pm line 2242:
if ( $devref->{qdisc} eq ''htb'' ) {
$quantum = calculate_quantum $rate, calculate_r2q(
$devref->{out_bandwidth} );
emit ( "[ \$${dev}_mtu...