ipv6: RTA_PREFSRC support for ipv6 route source address selection
[ipv6] Add support for RTA_PREFSRC This patch allows a user to select the preferred source address for a specific IPv6-Route. It can be set via a netlink message setting RTA_PREFSRC to a valid IPv6 address which must be up on the device the route will be bound to. Signed-off-by:Daniel Walter <dwalter@barracuda.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/ip6_fib.h 2 additions, 0 deletionsinclude/net/ip6_fib.h
- include/net/ip6_route.h 7 additions, 0 deletionsinclude/net/ip6_route.h
- net/ipv6/addrconf.c 2 additions, 0 deletionsnet/ipv6/addrconf.c
- net/ipv6/ip6_output.c 4 additions, 4 deletionsnet/ipv6/ip6_output.c
- net/ipv6/route.c 69 additions, 3 deletionsnet/ipv6/route.c
Loading
Please register or sign in to comment