net: Add multicast address to network interface
Change-Id: Ifc09d2e1d3ac44ab0f5980ee17299119fbe2a867 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
ac479e19b8
commit
ad848dcfbf
3 changed files with 22 additions and 2 deletions
|
@ -23,3 +23,7 @@ config NET_YAIP_INIT_PRIO
|
|||
config NET_IFACE_UNICAST_IPV6_ADDR_COUNT
|
||||
int "Max number of unicast IPv6 addresses assigned to network interface"
|
||||
default 1
|
||||
|
||||
config NET_IFACE_MCAST_IPV6_ADDR_COUNT
|
||||
int "Max number of multicast IPv6 addresses assigned to network interface"
|
||||
default 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue