linux/drivers/net/ipvlan
Mahesh Bandewar a190d04db9 ipvlan: introduce 'private' attribute for all existing modes.
IPvlan has always operated in bridge mode. However there are scenarios
where each slave should be able to talk through the master device but
not necessarily across each other. Think of an environment where each
of a namespace is a private and independant customer. In this scenario
the machine which is hosting these namespaces neither want to tell who
their neighbor is nor the individual namespaces care to talk to neighbor
on short-circuited network path.

This patch implements the mode that is very similar to the 'private' mode
in macvlan where individual slaves can send and receive traffic through
the master device, just that they can not talk among slave devices.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-29 18:39:57 +09:00
..
ipvlan_core.c ipvlan: introduce 'private' attribute for all existing modes. 2017-10-29 18:39:57 +09:00
ipvlan_main.c ipvlan: introduce 'private' attribute for all existing modes. 2017-10-29 18:39:57 +09:00
ipvlan.h ipvlan: introduce 'private' attribute for all existing modes. 2017-10-29 18:39:57 +09:00
ipvtap.c ipvlan: Stop advertising NETIF_F_UFO support. 2017-07-17 09:52:57 -07:00
Makefile ipvtap: IP-VLAN based tap driver 2017-02-11 20:59:41 -05:00