Modify IPv6 functionality compatible with lwip2.1.2

This commit is contained in:
xueyunfei
2019-07-10 03:29:32 -04:00
parent 596209de69
commit f29ff2c552
5 changed files with 29 additions and 12 deletions

View File

@@ -71,7 +71,8 @@ menu "Example Configuration"
Multicast socket can bind to default interface, or all interfaces.
config EXAMPLE_MULTICAST_LISTEN_ALL_IF
bool "All interfaces"
bool "All interfaces (IPV4 only)"
depends on !EXAMPLE_IPV6_ONLY
config EXAMPLE_MULTICAST_LISTEN_DEFAULT_IF
bool "Default interface"