1. 01 2月, 2008 2 次提交
  2. 29 1月, 2008 17 次提交
  3. 04 1月, 2008 1 次提交
    • M
      [INET]: Fix netdev renaming and inet address labels · 44344b2a
      Mark McLoughlin 提交于
      When re-naming an interface, the previous secondary address
      labels get lost e.g.
      
        $> brctl addbr foo
        $> ip addr add 192.168.0.1 dev foo
        $> ip addr add 192.168.0.2 dev foo label foo:00
        $> ip addr show dev foo | grep inet
          inet 192.168.0.1/32 scope global foo
          inet 192.168.0.2/32 scope global foo:00
        $> ip link set foo name bar
        $> ip addr show dev bar | grep inet
          inet 192.168.0.1/32 scope global bar
          inet 192.168.0.2/32 scope global bar:2
      
      Turns out to be a simple thinko in inetdev_changename() - clearly we
      want to look at the address label, rather than the device name, for
      a suffix to retain.
      Signed-off-by: NMark McLoughlin <markmc@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      44344b2a
  4. 11 12月, 2007 1 次提交
  5. 11 10月, 2007 5 次提交
  6. 11 9月, 2007 1 次提交
  7. 31 7月, 2007 1 次提交
  8. 09 6月, 2007 1 次提交
  9. 08 6月, 2007 5 次提交
  10. 04 5月, 2007 1 次提交
  11. 26 4月, 2007 3 次提交
  12. 10 3月, 2007 1 次提交
  13. 27 2月, 2007 1 次提交