ipvlan: add support to IPVLAN interface

This patch add support to IPVLAN interface. IPVLAN is a driver for a
virtual network device that can be used in container environment to
access the host network. IPVLAN exposes a single MAC address to the
external network regardless the number of IPVLAN device created inside
the host network. This means that a user can have multiple IPVLAN
devices in multiple containers and the corresponding switch reads a
single MAC address. IPVLAN driver is useful when the local switch
imposes constraints on the total number of MAC addresses that it can
manage.
This commit is contained in:
Fernando Fernandez Mancera
2024-09-06 14:14:24 +02:00
parent b3bdebbad3
commit d238ff487b
47 changed files with 1515 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ _setting_name_order = [
"ipv4",
"ipv6",
"ip-tunnel",
"ipvlan",
"macsec",
"macvlan",
"match",