aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rtnetlink.h
diff options
context:
space:
mode:
authorTushar Gohad <tgohad@mvista.com>2009-09-09 03:42:23 -0700
committerDavid S. Miller <davem@davemloft.net>2009-09-09 03:42:23 -0700
commit5d5d9c97ff807b643b6c2284dea7fe04ecc74355 (patch)
tree0094d16de4422560387cde40601f81b10792ab62 /include/linux/rtnetlink.h
parentniu: Use resource_size instead of private function (diff)
downloadlinux-dev-5d5d9c97ff807b643b6c2284dea7fe04ecc74355.tar.xz
linux-dev-5d5d9c97ff807b643b6c2284dea7fe04ecc74355.zip
IPv6/addrconf: Fix minor addrlabel thinko
Fix apparent thinko related to RTM_DELADDRLABEL, introduced by commit 2a8cc6c89039e0530a3335954253b76ed0f9339a ("[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table."). Signed-off-by: Tushar Gohad <tgohad@mvista.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/rtnetlink.h')
-rw-r--r--include/linux/rtnetlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h
index ba3254ecf7fb..adf2068d12b5 100644
--- a/include/linux/rtnetlink.h
+++ b/include/linux/rtnetlink.h
@@ -104,7 +104,7 @@ enum {
RTM_NEWADDRLABEL = 72,
#define RTM_NEWADDRLABEL RTM_NEWADDRLABEL
RTM_DELADDRLABEL,
-#define RTM_NEWADDRLABEL RTM_NEWADDRLABEL
+#define RTM_DELADDRLABEL RTM_DELADDRLABEL
RTM_GETADDRLABEL,
#define RTM_GETADDRLABEL RTM_GETADDRLABEL