Skip to content

Commit 5787b9f

Browse files
dickmanmaorfilanov
authored andcommitted
[openvswitch] Add mirror list command
Signed-off-by: Maor Dickman <[email protected]>
1 parent d079baf commit 5787b9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sos/report/plugins/openvswitch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ def setup(self):
118118
f"{self.vctl} -t 5 list bridge",
119119
# Capture OVS datapath list
120120
f"{self.vctl} -t 5 list datapath",
121+
# Capture OVS mirror list
122+
f"{self.vctl} -t 5 list mirror",
121123
# Capture DPDK queue to pmd mapping
122124
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 5",
123125
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 30",

0 commit comments

Comments
 (0)