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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

