diff options
| author | 2005-12-22 07:41:27 -0800 | |
|---|---|---|
| committer | 2005-12-22 07:41:27 -0800 | |
| commit | e6469297d4eecfd9f46929fe1f56a01141cb0791 (patch) | |
| tree | 9cdd368a9c5e02c177e54edcfd8bcc06155526a9 /include/linux | |
| parent | [IPSEC]: Fix policy updates missed by sockets (diff) | |
| parent | [IPV6]: Don't select a tentative address as a source address. (diff) | |
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+git+ipv6-fix-20051221a
Diffstat (limited to 'include/linux')
| -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 |
