History log of /external/iproute2/ip/ipaddrlabel.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd70f3f522e04b4d2fa80ae10292379bf223a53b 28-Dec-2011 Stephen Hemminger <shemminger@vyatta.com> libnetlink: remove unused junk callback

Both rtnl_talk and rtnl_dump had a callback for handling portions
of netlink message that do not match the correct pid or seq.
But this callback was never used by any part of iproute2 so remove
it.
/external/iproute2/ip/ipaddrlabel.c
cdf3585224fe8042582c27825eb29763d7dedcf9 20-Jun-2011 Stephen Hemminger <shemminger@vyatta.com> ip: addrlabel fix set never used warning
/external/iproute2/ip/ipaddrlabel.c
24abb62ee737f98b4b5a7afc8b817cdb6eb53a46 07-May-2010 Florian Westphal <fw@strlen.de> 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>
/external/iproute2/ip/ipaddrlabel.c
6579feeac4ccc0f087fa402486b3b2fcbcabc77f 02-Jun-2008 Varun Chandramohan <varunc@linux.vnet.ibm.com> Display Correct Error For Addrlabel Info

The command "ip addrlabel add/del" displays incorrect error message when provided with insufficient inputs. This patch fixes it in par with "ip addr add/del".

Currently:
# ./ip addrlabel add
RTNETLINK answers: Numerical result out of range

# ./ip addr add
Not enough information: "dev" argument is required.

After patch:
# ./ip addrlabel add
Not enough information: "prefix" argument is required.

Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/ip/ipaddrlabel.c
3490740b98b83da556c593f63292993e6155b81b 14-Feb-2008 Varun Chandramohan <varunc@linux.vnet.ibm.com> Add missing prefix bit length for addrlabel

The prefix bit lenght value was not updated, resulting in incorrect addrlabel
entry. This patch fixes that issue.

Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/ip/ipaddrlabel.c
4759758c05b3bda53b743a1c3238f1479bb61b43 13-Feb-2008 YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> Add addrlabel sub-command.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/ip/ipaddrlabel.c