Skip to content

Commit 1de55ee

Browse files
committed
samples: net: mdns_responder: Increase interface name len for VLAN
In this sample, VLAN has longer interface name so increase it to max. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent f7f912e commit 1de55ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/net/mdns_responder/overlay-vlan.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ CONFIG_NET_SAMPLE_IFACE3_VLAN_TAG=200
3232
# we do not run out of them.
3333
CONFIG_NET_MAX_CONTEXTS=10
3434
CONFIG_NET_MAX_CONN=10
35+
36+
CONFIG_NET_INTERFACE_NAME=y
37+
CONFIG_NET_INTERFACE_NAME_LEN=15

0 commit comments

Comments
 (0)