[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:
Konrad Derda
2024-06-14 10:08:44 -07:00
committed by GitHub
parent 282f54c2a6
commit 8a8a4d8e31
11 changed files with 1 additions and 140 deletions
-10
View File
@@ -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"