mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
sniff: Make sure monitor port is not phantom before we start the sniff.
And fix portmod showing Current flags.
This commit is contained in:
@@ -716,11 +716,9 @@ sub group_items {
|
||||
# Generic disassembly of lines created by show
|
||||
our @starting_exceptions = (
|
||||
# please keep these sorted
|
||||
"Advertising:",
|
||||
"Command:",
|
||||
"Conn Established:",
|
||||
"Conn Timeouts:",
|
||||
"Current:",
|
||||
"Cx Detected:",
|
||||
"DNS Servers:",
|
||||
"Endpoint [",
|
||||
@@ -737,7 +735,6 @@ our @starting_exceptions = (
|
||||
"Rx Pkts (On Wire):",
|
||||
"RX-Silence:",
|
||||
"Shelf: 1,",
|
||||
"Supported:",
|
||||
"TCP Retransmits:",
|
||||
"Tx Bytes:",
|
||||
"Tx Bytes (On Wire):",
|
||||
@@ -751,7 +748,11 @@ our @starting_exceptions = (
|
||||
# Generic disassembly of lines created by show
|
||||
our @port_starting_exceptions = (
|
||||
# please keep these sorted
|
||||
"Advertising:",
|
||||
"Current:",
|
||||
"Missed-Beacons:",
|
||||
"Partner:",
|
||||
"Supported:",
|
||||
"Tx-Excessive-Retry:",
|
||||
"Rx-Invalid-CRYPT:",
|
||||
"Rx-Invalid-MISC:",
|
||||
|
||||
Reference in New Issue
Block a user