]> git.proxmox.com Git - mirror_iproute2.git/commit
iproute2: fix addrlabel interface names handling
authorFlorian Westphal <fw@strlen.de>
Fri, 7 May 2010 11:31:02 +0000 (11:31 +0000)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Thu, 13 May 2010 16:23:46 +0000 (09:23 -0700)
commit24abb62ee737f98b4b5a7afc8b817cdb6eb53a46
treeab10d1625a191fdfdd786b2aacae3189e53a0ee4
parent608a96c727db69498c1310f21e73045c95f2ad5d
iproute2: fix addrlabel interface names handling

ip addrlabel outputs if%d names due to missing init call:
$ ip addrlabel s
prefix a::42/128 dev if4 label 1000

Also, ip did not accept "if%d" interfaces on input.

Signed-off-by: Florian Westphal <fw@strlen.de>
ip/ipaddrlabel.c
lib/ll_map.c