# Private config options for VLAN sample app # Copyright (c) 2018 Intel Corporation # SPDX-License-Identifier: Apache-2.0 mainmenu "Networking VLAN sample application" config NET_SAMPLE_IFACE_MY_IPV6_PREFIXLEN int "IPv6 address prefix length for the interfaces" default 64 range 0 128 help Set the IPv6 address prefix length (netmask) for the interfaces that is used in the sample application. source "samples/net/common/Kconfig" source "Kconfig.zephyr"