[Bug 1294807] Re: "manual" type interfaces should allow the mtu stanza
    Chris J Arges 
    1294807 at bugs.launchpad.net
       
    Thu Mar 27 21:25:31 UTC 2014
    
    
  
** 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
Foundations Bugs, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1294807
Title:
  "manual" type interfaces should allow the mtu stanza
Status in “ifupdown” package in Ubuntu:
  Fix Released
Status in “ifupdown” source package in Precise:
  Fix Committed
Bug description:
  [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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1294807/+subscriptions
    
    
More information about the foundations-bugs
mailing list