Activity log for bug #1403955

Date Who What changed Old value New value Message
2014-12-18 16:40:35 Victor Tapia bug added bug
2014-12-18 16:41:39 Victor Tapia affects linux (Ubuntu) ubuntu
2014-12-19 16:29:16 Victor Tapia affects ubuntu dhcp3 (Ubuntu)
2014-12-19 16:30:09 Jorge Niedbalski bug added subscriber Robie Basak
2014-12-19 16:57:51 Victor Tapia description Using MAAS as DHCP server, the client receives the following IPv4 lease: $ cat /var/lib/dhcp/dhclient.br0.leases lease { interface "br0"; fixed-address 10.230.20.26; filename "pxelinux.0"; option subnet-mask 255.255.248.0; option dhcp-lease-time 43200; option routers 10.230.16.1; option dhcp-message-type 5; option dhcp-server-identifier 10.230.20.1; option domain-name-servers 10.230.20.1; option interface-mtu 9000; option broadcast-address 10.230.23.255; option domain-name "ctsstack.qa.1ss"; renew 3 2014/12/17 16:48:15; rebind 3 2014/12/17 21:52:09; expire 3 2014/12/17 23:22:09; } The interfaces show the following config after boot: $ ifconfig br0 br0 Link encap:Ethernet HWaddr a0:d3:c1:01:9d:58 inet addr:10.230.20.26 Bcast:10.230.23.255 Mask:255.255.248.0 inet6 addr: fe80::a2d3:c1ff:fe01:9d58/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:530530 errors:0 dropped:0 overruns:0 frame:0 TX packets:1591569 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:68713489 (68.7 MB) TX bytes:213710979 (213.7 MB) $ ifconfig eth0 eth0 Link encap:Ethernet HWaddr a0:d3:c1:01:9d:58 inet6 addr: fe80::a2d3:c1ff:fe01:9d58/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:10539274 errors:0 dropped:3394 overruns:0 frame:454 TX packets:2627412 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2320560616 (2.3 GB) TX bytes:3562885157 (3.5 GB) Interrupt:32 Other info: $ brctl show br0 bridge name bridge id STP enabled interfaces br0 8000.a0d3c1019d58 no eth0 $ cat /etc/network/eth0.config iface eth0 inet manual auto br0 iface br0 inet dhcp bridge_ports eth0 In an env with jumbo frames enabled, and using MAAS as DHCP server, the client receives the following IPv4 lease: $ cat /var/lib/dhcp/dhclient.br0.leases lease {   interface "br0";   fixed-address 10.230.20.26;   filename "pxelinux.0";   option subnet-mask 255.255.248.0;   option dhcp-lease-time 43200;   option routers 10.230.16.1;   option dhcp-message-type 5;   option dhcp-server-identifier 10.230.20.1;   option domain-name-servers 10.230.20.1;   option interface-mtu 9000;   option broadcast-address 10.230.23.255;   option domain-name "ctsstack.qa.1ss";   renew 3 2014/12/17 16:48:15;   rebind 3 2014/12/17 21:52:09;   expire 3 2014/12/17 23:22:09; } The interfaces show the following config after boot: $ ifconfig br0 br0 Link encap:Ethernet HWaddr a0:d3:c1:01:9d:58           inet addr:10.230.20.26 Bcast:10.230.23.255 Mask:255.255.248.0           inet6 addr: fe80::a2d3:c1ff:fe01:9d58/64 Scope:Link           UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1           RX packets:530530 errors:0 dropped:0 overruns:0 frame:0           TX packets:1591569 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:0           RX bytes:68713489 (68.7 MB) TX bytes:213710979 (213.7 MB) $ ifconfig eth0 eth0 Link encap:Ethernet HWaddr a0:d3:c1:01:9d:58           inet6 addr: fe80::a2d3:c1ff:fe01:9d58/64 Scope:Link           UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1           RX packets:10539274 errors:0 dropped:3394 overruns:0 frame:454           TX packets:2627412 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:1000           RX bytes:2320560616 (2.3 GB) TX bytes:3562885157 (3.5 GB)           Interrupt:32 "option interface-mtu 9000;" from the lease file is being ignored by br0. Could it be related to eth0 MTU size? If that's the case, shouldn't both interfaces be updated? Other info: $ brctl show br0 bridge name bridge id STP enabled interfaces br0 8000.a0d3c1019d58 no eth0 $ cat /etc/network/eth0.config iface eth0 inet manual auto br0 iface br0 inet dhcp   bridge_ports eth0
2015-01-05 10:36:59 Robie Basak affects dhcp3 (Ubuntu) isc-dhcp (Ubuntu)
2015-03-10 12:15:49 Launchpad Janitor isc-dhcp (Ubuntu): status New Confirmed
2015-03-10 15:00:35 James Page bug task added juju-core
2015-03-10 15:04:58 Curtis Hovey juju-core: status New Invalid
2015-03-10 16:24:56 Curtis Hovey juju-core: status Invalid Triaged
2015-03-10 16:24:58 Curtis Hovey juju-core: importance Undecided Medium
2015-03-10 16:26:19 Curtis Hovey tags cts cts kvm lxc network
2015-03-13 14:34:29 Chris Johnston bug added subscriber Canonical Support
2015-03-13 18:01:17 Dimiter Naydenov juju-core: status Triaged Fix Committed
2015-03-13 18:01:22 Dimiter Naydenov juju-core: milestone 1.23-beta1
2015-03-20 20:41:36 Curtis Hovey juju-core: status Fix Committed Fix Released
2015-06-15 13:59:55 Curtis Hovey juju-core: status Fix Released Triaged
2015-08-06 13:26:42 Edward Hope-Morley tags cts kvm lxc network kvm lxc network sts
2015-12-18 18:37:44 Curtis Hovey juju-core: milestone 1.23-beta1
2016-02-08 19:42:34 Jorge Niedbalski tags kvm lxc network sts kvm lxc network sts sts-needs-review
2016-08-11 15:23:11 Jorge Niedbalski tags kvm lxc network sts sts-needs-review kvm lxc network
2016-10-17 13:15:58 Anastasia juju-core: status Triaged Won't Fix