Merge branch 'l3mdev-accept'
David Ahern says:
====================
net: Allow accepted sockets to be bound to l3mdev domain
Allow accepted sockets to derive their sk_bound_dev_if setting from the
l3mdev domain in which the packets originated. This version adds a sysctl
to control whether the setting is inherited, making the functionality
similar to sk_mark and its sysctl_tcp_fwmark_accept setting.
This effectively allow a process to have a "VRF-global" listen socket,
with child sockets bound to the VRF device in which the packet originated.
A similar behavior can be achieved using sk_mark, but a solution using marks
is incomplete as it does not handle duplicate addresses in different L3
domains/VRFs. Allowing sockets to inherit the sk_bound_dev_if from l3mdev
domain provides a complete solution.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- Documentation/networking/ip-sysctl.txt 8 additions, 0 deletionsDocumentation/networking/ip-sysctl.txt
- include/net/inet_sock.h 14 additions, 0 deletionsinclude/net/inet_sock.h
- include/net/l3mdev.h 23 additions, 0 deletionsinclude/net/l3mdev.h
- include/net/netns/ipv4.h 3 additions, 0 deletionsinclude/net/netns/ipv4.h
- net/ipv4/syncookies.c 2 additions, 2 deletionsnet/ipv4/syncookies.c
- net/ipv4/sysctl_net_ipv4.c 11 additions, 0 deletionsnet/ipv4/sysctl_net_ipv4.c
- net/ipv4/tcp_input.c 1 addition, 1 deletionnet/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c 1 addition, 0 deletionsnet/ipv4/tcp_ipv4.c
- net/ipv6/syncookies.c 2 additions, 2 deletionsnet/ipv6/syncookies.c
Loading
Please register or sign in to comment