diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2003-05-15 09:28:08 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-05-15 09:28:08 -0700 |
| commit | 16daa7304e49fcb9462c15b1652bcd359b0d5156 (patch) | |
| tree | 8a27f3cee8f48e83f7a2a979a8b59586c68bf372 /include/linux/ipv6_route.h | |
| parent | 0ee2716378258ea8d3a4b5278e0f1a49d29547ca (diff) | |
[NET]: Hoplimit is a metric not a route attribute.
Diffstat (limited to 'include/linux/ipv6_route.h')
| -rw-r--r-- | include/linux/ipv6_route.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/ipv6_route.h b/include/linux/ipv6_route.h index a4861d0535af..eacfa6c80f0e 100644 --- a/include/linux/ipv6_route.h +++ b/include/linux/ipv6_route.h @@ -13,15 +13,6 @@ #ifndef _LINUX_IPV6_ROUTE_H #define _LINUX_IPV6_ROUTE_H -enum -{ - RTA_IPV6_UNSPEC, - RTA_IPV6_HOPLIMIT, -}; - -#define RTA_IPV6_MAX RTA_IPV6_HOPLIMIT - - #define RTF_DEFAULT 0x00010000 /* default - learned via ND */ #define RTF_ALLONLINK 0x00020000 /* fallback, no routers on link */ #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ |
