kernel: add kmod-ipvlan support
authorChen Minqiang <ptpt52@gmail.com>
Wed, 21 Apr 2021 05:27:42 +0000 (13:27 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 30 Apr 2021 21:51:23 +0000 (23:51 +0200)
commite219b7f38bd6516e23d5ee96ece2e0b351794deb
treeee13c11b6d2bc36b7702e8f69704e0f6152757c7
parentaddf47a9a8228ed3099ebb010674e817b30284e0
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>
package/kernel/linux/modules/netdevices.mk
target/linux/generic/config-5.10
target/linux/generic/config-5.4