ipv6: Implement IPV6_UNICAST_IF socket option.
The IPV6_UNICAST_IF feature is the IPv6 compliment to IP_UNICAST_IF. Signed-off-by: Erich E. Hoover <ehoover@mines.edu> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76e21053b5
commit
c4062dfc42
6 changed files with 44 additions and 1 deletions
|
@ -271,6 +271,7 @@ struct in6_flowlabel_req {
|
|||
#define IPV6_ORIGDSTADDR 74
|
||||
#define IPV6_RECVORIGDSTADDR IPV6_ORIGDSTADDR
|
||||
#define IPV6_TRANSPARENT 75
|
||||
#define IPV6_UNICAST_IF 76
|
||||
|
||||
/*
|
||||
* Multicast Routing:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue