kernel: add kmod-ipvlan support
This kmod is similar to macvlan with the difference being that the endpoints have the same mac address. It is useful on cloud where only one mac address allowed on port, where macvlan not works but ipvlan would. One use case is where multiple IPs and gateways assign on one net port Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
This commit is contained in:
parent
4177c3c85d
commit
39cfa763a0
@ -2180,6 +2180,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
||||
# CONFIG_IPV6_TUNNEL is not set
|
||||
# CONFIG_IPV6_VTI is not set
|
||||
# CONFIG_IPVLAN is not set
|
||||
# CONFIG_IPVTAP is not set
|
||||
# CONFIG_IPW2100 is not set
|
||||
# CONFIG_IPW2100_DEBUG is not set
|
||||
CONFIG_IPW2100_MONITOR=y
|
||||
|
||||
@ -2283,6 +2283,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
||||
# CONFIG_IPV6_TUNNEL is not set
|
||||
# CONFIG_IPV6_VTI is not set
|
||||
# CONFIG_IPVLAN is not set
|
||||
# CONFIG_IPVTAP is not set
|
||||
# CONFIG_IPW2100 is not set
|
||||
# CONFIG_IPW2100_DEBUG is not set
|
||||
CONFIG_IPW2100_MONITOR=y
|
||||
|
||||
@ -1938,6 +1938,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
||||
# CONFIG_IPV6_TUNNEL is not set
|
||||
# CONFIG_IPV6_VTI is not set
|
||||
# CONFIG_IPVLAN is not set
|
||||
# CONFIG_IPVTAP is not set
|
||||
# CONFIG_IPW2100 is not set
|
||||
# CONFIG_IPW2100_DEBUG is not set
|
||||
CONFIG_IPW2100_MONITOR=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user