diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ipv6.h | 4 | ||||
| -rw-r--r-- | include/net/ipv6.h | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 213b63be3c8f..cb3118cf277c 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h | |||
| @@ -27,8 +27,8 @@ struct in6_ifreq { | |||
| 27 | int ifr6_ifindex; | 27 | int ifr6_ifindex; |
| 28 | }; | 28 | }; |
| 29 | 29 | ||
| 30 | #define IPV6_SRCRT_STRICT 0x01 /* this hop must be a neighbor */ | 30 | #define IPV6_SRCRT_STRICT 0x01 /* Deprecated; will be removed */ |
| 31 | #define IPV6_SRCRT_TYPE_0 0 /* IPv6 type 0 Routing Header */ | 31 | #define IPV6_SRCRT_TYPE_0 0 /* Deprecated; will be removed */ |
| 32 | #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ | 32 | #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ |
| 33 | 33 | ||
| 34 | /* | 34 | /* |
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 78a0d06d98d5..46b9dce82f6e 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
| @@ -512,10 +512,6 @@ extern int ipv6_ext_hdr(u8 nexthdr); | |||
| 512 | 512 | ||
| 513 | extern int ipv6_find_tlv(struct sk_buff *skb, int offset, int type); | 513 | extern int ipv6_find_tlv(struct sk_buff *skb, int offset, int type); |
| 514 | 514 | ||
| 515 | extern struct ipv6_txoptions * ipv6_invert_rthdr(struct sock *sk, | ||
| 516 | struct ipv6_rt_hdr *hdr); | ||
| 517 | |||
| 518 | |||
| 519 | /* | 515 | /* |
| 520 | * socket options (ipv6_sockglue.c) | 516 | * socket options (ipv6_sockglue.c) |
| 521 | */ | 517 | */ |
