diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2005-12-21 16:56:42 +0300 |
---|---|---|
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2005-12-21 16:56:42 +0300 |
commit | 58c4fb86eabcbc385d954843a635b7f4327be6b0 (patch) | |
tree | 86d6b7401208248716493a3ddef63b034ae69510 /include/linux/ipv6_route.h | |
parent | bb44f116a14c4c932f15c79acfafd46bcb43ca9a (diff) | |
download | linux-58c4fb86eabcbc385d954843a635b7f4327be6b0.tar.xz |
[IPV6]: Flag RTF_ANYCAST for anycast routes.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/linux/ipv6_route.h')
-rw-r--r-- | include/linux/ipv6_route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipv6_route.h b/include/linux/ipv6_route.h index e2f935038013..d7c41d1d706a 100644 --- a/include/linux/ipv6_route.h +++ b/include/linux/ipv6_route.h @@ -18,6 +18,7 @@ fallback, no routers on link */ #define RTF_ADDRCONF 0x00040000 /* addrconf route - RA */ #define RTF_PREFIX_RT 0x00080000 /* A prefix only route - RA */ +#define RTF_ANYCAST 0x00100000 /* Anycast */ #define RTF_NONEXTHOP 0x00200000 /* route with no nexthop */ #define RTF_EXPIRES 0x00400000 |