net: Add IPv6 prefixes to network interface

Change-Id: I34c75eec6068abbd6af1eac2e178e42ce382b128
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2016-05-03 08:35:41 +03:00
commit 510ebe255d
2 changed files with 33 additions and 0 deletions

View file

@ -27,3 +27,7 @@ config NET_IFACE_UNICAST_IPV6_ADDR_COUNT
config NET_IFACE_MCAST_IPV6_ADDR_COUNT
int "Max number of multicast IPv6 addresses assigned to network interface"
default 1
config NET_IFACE_IPV6_PREFIX_COUNT
int "Max number of IPv6 prefixes assigned to network interface"
default 2