Commit 5d5d9c97 authored by Tushar Gohad's avatar Tushar Gohad Committed by David S. Miller

IPv6/addrconf: Fix minor addrlabel thinko

Fix apparent thinko related to RTM_DELADDRLABEL, introduced by commit
2a8cc6c8 ("[IPV6] ADDRCONF: Support
RFC3484 configurable address selection policy table.").
Signed-off-by: default avatarTushar Gohad <tgohad@mvista.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f0e0135
...@@ -104,7 +104,7 @@ enum { ...@@ -104,7 +104,7 @@ enum {
RTM_NEWADDRLABEL = 72, RTM_NEWADDRLABEL = 72,
#define RTM_NEWADDRLABEL RTM_NEWADDRLABEL #define RTM_NEWADDRLABEL RTM_NEWADDRLABEL
RTM_DELADDRLABEL, RTM_DELADDRLABEL,
#define RTM_NEWADDRLABEL RTM_NEWADDRLABEL #define RTM_DELADDRLABEL RTM_DELADDRLABEL
RTM_GETADDRLABEL, RTM_GETADDRLABEL,
#define RTM_GETADDRLABEL RTM_GETADDRLABEL #define RTM_GETADDRLABEL RTM_GETADDRLABEL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment