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:
parent
ad848dcfbf
commit
510ebe255d
2 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue