Skip to content

Commit f922014

Browse files
jukkarkartben
authored andcommitted
samples: net: pkt_filter: Add Ethernet support to prj.conf
As the sample uses VLAN which needs Ethernet support make sure CONFIG_NET_L2_ETHERNET is set in prj.conf file. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent d7e4c81 commit f922014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/pkt_filter/prj.conf

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CONFIG_NET_IPV4=y
66
CONFIG_NET_DHCPV4=n
77
CONFIG_NET_UDP=y
88
CONFIG_NET_TCP=y
9+
CONFIG_NET_L2_ETHERNET=y
910

1011
# Enable packet filtering
1112
CONFIG_NET_PKT_FILTER=y

0 commit comments

Comments
 (0)