Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IPVLAN
:
( CONFIG_INET ) && ( CONFIG_IPV6 || ! CONFIG_IPV6 )
ipvlan
This allows one to create virtual devices off of a main interface and packets will be delivered based on the dest L3 (IPv6/IPv4 addr) on packets. All interfaces (including the main interface) share L2 making it transparent to the connected L2 switch.
Ipvlan devices can be added using the "ip" command from the iproute2 package starting with the iproute2-3.19 release:
"ip link add link <main-dev> [ NAME ] type ipvlan"
To compile this driver as a module, choose M here: the module will be called ipvlan.
Raw data from LKDDb:
lkddb module ipvlan CONFIG_IPVLAN : drivers/net/Kconfig : "IP-VLAN support" # in 3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab