Public bug reported:

On an IPv6 network, routes have a marked lifetime.

So, if you are connected to two IPv6 networks you may have multiple
default routes.

Not such a problem.

kalki:[~]% ip -6 route
2001:44b8:75ee:19d2::/64 dev eth1  proto kernel  metric 256  expires 22sec mtu 
1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev virbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
default via fe80::200:ff:fe00:0 dev eth1  proto kernel  metric 1024  expires 
22sec mtu 1500 advmss 1440 hoplimit 64
default via fe80::203:47ff:fe8b:66f4 dev eth0  proto kernel  metric 1024  
expires 24sec mtu 1500 advmss 1440 hoplimit 64

[ what is odd is that eth0 has no link route on it, but whatever this
bug is not about that ]

Note the expiration times on each route, and let's do this again:

kalki:[~]% ip -6 route
2001:44b8:75ee:19d2::/64 dev eth1  proto kernel  metric 256  expires 17sec mtu 
1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev virbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
default via fe80::200:ff:fe00:0 dev eth1  proto kernel  metric 1024  expires 
17sec mtu 1500 advmss 1440 hoplimit 64
default via fe80::203:47ff:fe8b:66f4 dev eth0  proto kernel  metric 1024  
expires 1sec mtu 1500 advmss 1440 hoplimit 64

kalki:[~]% ip -6 route
2001:44b8:75ee:19d2::/64 dev eth1  proto kernel  metric 256  expires 16sec mtu 
1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev virbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
default via fe80::200:ff:fe00:0 dev eth1  proto kernel  metric 1024  expires 
16sec mtu 1500 advmss 1440 hoplimit 64
default via fe80::203:47ff:fe8b:66f4 dev eth0  proto kernel  metric 1024  
expires 0sec mtu 1500 advmss 1440 hoplimit 64

kalki:[~]% ip -6 route
2001:44b8:75ee:19d2::/64 dev eth1  proto kernel  metric 256  expires 16sec mtu 
1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev virbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
default via fe80::200:ff:fe00:0 dev eth1  proto kernel  metric 1024  expires 
16sec mtu 1500 advmss 1440 hoplimit 64
default via fe80::203:47ff:fe8b:66f4 dev eth0  proto kernel  metric 1024  
expires 0sec mtu 1500 advmss 1440 hoplimit 64

kalki:[~]% ip -6 route
2001:44b8:75ee:19d2::/64 dev eth1  proto kernel  metric 256  expires 15sec mtu 
1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev virbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
default via fe80::200:ff:fe00:0 dev eth1  proto kernel  metric 1024  expires 
15sec mtu 1500 advmss 1440 hoplimit 64
default via fe80::203:47ff:fe8b:66f4 dev eth0  proto kernel  metric 1024  
expires 21474836sec mtu 1500 advmss 1440 hoplimit 64

kalki:[~]% ip -6 route
2001:44b8:75ee:19d2::/64 dev eth1  proto kernel  metric 256  expires 14sec mtu 
1500 advmss 1440 hoplimit 4294967295
fe80::/64 dev virbr0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 
4294967295
default via fe80::200:ff:fe00:0 dev eth1  proto kernel  metric 1024  expires 
14sec mtu 1500 advmss 1440 hoplimit 64
default via fe80::203:47ff:fe8b:66f4 dev eth0  proto kernel  metric 1024  
expires 21474836sec mtu 1500 advmss 1440 hoplimit 64

That route (on dev eth0) has 'expired' but the time seems to have gone
to infinity. It stays there for a while - after a few minutes (the time
it took the collect this information, submit to lauchpad and me login)
the route disappears.

But it seems to be taking a longer time that you would expect. Well,
certainly I would expect.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image (not installed)
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic x86_64
NonfreeKernelModules: wl nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
 **** List of PLAYBACK Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
 **** List of CAPTURE Hardware Devices ****
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USER        PID ACCESS COMMAND
 /dev/snd/controlC0:  anand      2431 F.... pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfbe00000 irq 22'
   Mixer name   : 'IDT 92HD81B1X5'
   Components   : 'HDA:111d7605,1028043f,00100104'
   Controls      : 18
   Simple ctrls  : 12
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfb080000 irq 16'
   Mixer name   : 'Nvidia ID b'
   Components   : 'HDA:10de000b,10de0101,00100100'
   Controls      : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Date: Wed Feb  2 02:14:15 2011
HibernationDevice: RESUME=UUID=d1f50e6c-c7ed-4a59-b9dc-4695b5d20ff5
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
MachineType: Dell Inc. Vostro 3300
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-28-generic 
root=UUID=5e5dbc25-bc60-422e-9227-9ede108329e7 ro quiet splash 
no_console_suspend
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.utf8
 SHELL=/bin/zsh
RelatedPackageVersions: linux-firmware 1.34.3
RfKill:
 5: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
SourcePackage: linux
dmi.bios.date: 09/16/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 07JC8T
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/16/2010:svnDellInc.:pnVostro3300:pvrNotSpecified:rvnDellInc.:rn07JC8T:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Vostro 3300
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug lucid needs-upstream-testing networking

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711299

Title:
  ipv6 routes which expire are not deleted quickly

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to