[IPV6] MIP6: Add inbound interface of routing header type 2.
Add inbound interface of routing header type 2 for Mobile IPv6. Based on MIPL2 kernel patch. This patch was also written by: Ville Nuorvala <vnuorval@tcs.hut.fi> Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
642ec62eee
commit
65d4ed9221
@@ -61,6 +61,13 @@ extern int addrconf_set_dstaddr(void __user *arg);
|
||||
extern int ipv6_chk_addr(struct in6_addr *addr,
|
||||
struct net_device *dev,
|
||||
int strict);
|
||||
/* XXX: this is a placeholder till addrconf supports */
|
||||
#ifdef CONFIG_IPV6_MIP6
|
||||
static inline int ipv6_chk_home_addr(struct in6_addr *addr)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
extern struct inet6_ifaddr * ipv6_get_ifaddr(struct in6_addr *addr,
|
||||
struct net_device *dev,
|
||||
int strict);
|
||||
|
Reference in New Issue
Block a user