We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb5889 commit 20f7e73Copy full SHA for 20f7e73
sos/report/plugins/openvswitch.py
@@ -116,6 +116,8 @@ def setup(self):
116
f"{self.vctl} -t 5 list bridge",
117
# Capture OVS datapath list
118
f"{self.vctl} -t 5 list datapath",
119
+ # Capture BFD status for OVN chassis
120
+ f"{self.actl} bfd/show",
121
# Capture DPDK queue to pmd mapping
122
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 5",
123
f"{self.actl} dpif-netdev/pmd-rxq-show -secs 30",
0 commit comments