kernel_optimize_test/drivers/net/ipvlan
Mahesh Bandewar fe89aa6b25 ipvlan: implement VEPA mode
This is very similar to the Macvlan VEPA mode, however, there is some
difference. IPvlan uses the mac-address of the lower device, so the VEPA
mode has implications of ICMP-redirects for packets destined for its
immediate neighbors sharing same master since the packets will have same
source and dest mac. The external switch/router will send redirect msg.

Having said that, this will be useful tool in terms of debugging
since IPvlan will not switch packets within its slaves and rely completely
on the external entity as intended in 802.1Qbg.

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: implement VEPA mode 2017-10-29 18:39:57 +09:00
ipvlan_main.c ipvlan: implement VEPA mode 2017-10-29 18:39:57 +09:00
ipvlan.h ipvlan: implement VEPA mode 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