diff options
author | Chen Minqiang <ptpt52@gmail.com> | 2021-04-21 13:27:42 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-30 23:51:23 +0200 |
commit | e219b7f38bd6516e23d5ee96ece2e0b351794deb (patch) | |
tree | ee13c11b6d2bc36b7702e8f69704e0f6152757c7 /target/linux/generic/config-5.10 | |
parent | addf47a9a8228ed3099ebb010674e817b30284e0 (diff) | |
download | upstream-e219b7f38bd6516e23d5ee96ece2e0b351794deb.tar.gz upstream-e219b7f38bd6516e23d5ee96ece2e0b351794deb.tar.bz2 upstream-e219b7f38bd6516e23d5ee96ece2e0b351794deb.zip |
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>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 00c60c1227..11d05aba6f 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -2662,6 +2662,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 |