Commit e593577e authored by Zhengchao Shao's avatar Zhengchao Shao
Browse files

ipvlan: enable CONFIG_IPVLAN_L2E option in openeuler config

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9H3TZ



-------------------------------

Enable CONFIG_IPVLAN_L2E option in openeuler config to fix the issue
that ipvlan.conf file is incorrectly configured.

Fixes: 53f51b3c ("ipvlan: Introduce l2e mode")
Signed-off-by: default avatarZhengchao Shao <shaozhengchao@huawei.com>
parent f4d50d4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2778,7 +2778,7 @@ CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
CONFIG_NET_TEAM_MODE_LOADBALANCE=m
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
# CONFIG_IPVLAN_L2E is not set
CONFIG_IPVLAN_L2E=y
CONFIG_IPVLAN_L3S=y
CONFIG_IPVLAN=m
CONFIG_IPVTAP=m
+1 −1
Original line number Diff line number Diff line
@@ -2775,7 +2775,7 @@ CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
CONFIG_NET_TEAM_MODE_LOADBALANCE=m
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
# CONFIG_IPVLAN_L2E is not set
CONFIG_IPVLAN_L2E=y
CONFIG_IPVLAN_L3S=y
CONFIG_IPVLAN=m
CONFIG_IPVTAP=m