mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 10:47:46 +00:00
[netif] remove multicast promiscuous mode configuration (#10338)
Since 74c833b623 was introduced all IPv6
multicast packets are passed to the host. Previously used promiscuous
mode configuration is now unused. This commit removes the dead code and
corresponding elements as there is no use case for them at the moment
(and they can confuse a user).
Signed-off-by: Konrad Derda <[email protected]>
This commit is contained in:
@@ -59,16 +59,6 @@ send "ipmaddr del ff0e::1\n"
|
||||
expect_line "Done"
|
||||
send "ipmaddr del ff0e::1\n"
|
||||
expect "Error 23: NotFound"
|
||||
send "ipmaddr promiscuous enable\n"
|
||||
expect_line "Done"
|
||||
send "ipmaddr promiscuous\n"
|
||||
expect "Enabled"
|
||||
expect_line "Done"
|
||||
send "ipmaddr promiscuous disable\n"
|
||||
expect_line "Done"
|
||||
send "ipmaddr promiscuous\n"
|
||||
expect "Disabled"
|
||||
expect_line "Done"
|
||||
send "ipmaddr something_invalid\n"
|
||||
expect "Error 35: InvalidCommand"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user