[pkg-dhcp-devel] Bug#638267: Regression in test logic for MTU 576

David mho.dbts at b2n.ca
Thu Aug 18 04:18:04 UTC 2011


Package: isc-dhcp-client
Version: 4.1.1-P1-17
Severity: normal
Tags: sid wheezy

In dhclient-script, the test logic for "broken" MTU 576 option was tweaked in -17, and is no longer ignoring MTU = 576.

152> if [ -z "$new_interface_mtu" ] || [ "$new_interface_mtu" -lt 576 ]; then

test should be '-le' to match and ignore new_interface_mtu = 576. 

Regards,
-david





More information about the pkg-dhcp-devel mailing list