Comment 6 for bug 1281366

Revision history for this message
ThorstenK (tkundoch) wrote :

Hello Brian,

just upgraded from 20111117-1ubuntu2.1 to 20111117-1ubuntu2.2 an noticed that 'ip route' reports wrong interface device names ( if2 instead of eth0):

1ubuntu2.1:
root@maumau:/etc/apt# ip route show
default via abc.def.39.254 dev eth0 metric 100
abc.def.32.0/21 dev eth0 proto kernel scope link src abc.def.32.251
169.254.0.0/16 dev eth0 scope link metric 1000

1ubuntu2.2:
root@maumau:/etc/apt# ip route show
default via abc.def.39.254 dev if2 metric 100
abc.def.32.0/21 dev if2 proto kernel scope link src abc.def.32.251
169.254.0.0/16 dev if2 scope link metric 1000

Looks like the fix is not complete. Thanks. Thorsten