mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 11:19:51 +00:00
[thci] remove unneeded problematic command (#8235)
Listing the table of rules results in SSH disconnection under some circumstances. Removing the command since it doesn't add any functionality.
This commit is contained in:
@@ -662,7 +662,6 @@ class OpenThread_BR(OpenThreadTHCI, IThci):
|
||||
return self._mdns_query_impl(service, find_active=(addrs_allowlist or addrs_denylist))
|
||||
|
||||
finally:
|
||||
self.bash('ip6tables -L INPUT -v')
|
||||
self.bash('ip6tables -F INPUT')
|
||||
time.sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user