Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 063c18e2 authored by Chaitanya Pratapa's avatar Chaitanya Pratapa
Browse files

defconfig: mdm: Enable VLAN filtering using ebtables



Enable CONFIG_BRIDGE_EBT_VLAN to support VLAN filtering
using ebtables. This change is needed to filter out AVBTP
packets sent over VLAN.

Change-Id: Ic789e6cc316482c3cb9481cb4c7100b4e271d67f
Signed-off-by: default avatarChaitanya Pratapa <cpratapa@codeaurora.org>
parent 6c616f70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ CONFIG_BRIDGE_EBT_T_NAT=y
CONFIG_BRIDGE_EBT_ARP=y
CONFIG_BRIDGE_EBT_IP=y
CONFIG_BRIDGE_EBT_IP6=y
CONFIG_BRIDGE_EBT_VLAN=y
CONFIG_BRIDGE_EBT_ARPREPLY=y
CONFIG_BRIDGE_EBT_DNAT=y
CONFIG_BRIDGE_EBT_SNAT=y
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ CONFIG_BRIDGE_EBT_T_NAT=y
CONFIG_BRIDGE_EBT_ARP=y
CONFIG_BRIDGE_EBT_IP=y
CONFIG_BRIDGE_EBT_IP6=y
CONFIG_BRIDGE_EBT_VLAN=y
CONFIG_BRIDGE_EBT_ARPREPLY=y
CONFIG_BRIDGE_EBT_DNAT=y
CONFIG_BRIDGE_EBT_SNAT=y