** Description changed: + [Impact] + * Using mtu options on manual interfaces setup with ifupdown will not work. + + [Test Case] + * Edit /etc/networking/interface and modify a manual interface such as: + + auto eth1 + iface eth1 inet manual + mtu 9000 + + * Bring down the interface and back up. + $ ifdown eth1 + $ ifup eth1 + + * Check mtu: + $ ip link show eth1 + + It should show mtu 9000 + + [Regression Potential] + * This code is already in Trusty. + + -- + 1. Ubuntu 12.04/14.04 3. Expected: That MTU will be set with the mtu option 4. What happens: You need to use pre-up/post-up ifconfig mtu to set the option
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1294807 Title: "manual" type interfaces should allow the mtu stanza To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1294807/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
