Skip to content

Commit 81756d5

Browse files
Merge pull request #19929 from dcbw/no-brctl
diagnostics: replace usage of brctl with /sbin/ip
2 parents 245cf6d + 80ee833 commit 81756d5

File tree

1 file changed

+0
-1
lines changed
  • pkg/oc/admin/diagnostics/diagnostics/cluster/network/in_pod/util

1 file changed

+0
-1
lines changed

pkg/oc/admin/diagnostics/diagnostics/cluster/network/in_pod/util/log.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func (l *LogInterface) LogNode(kubeClient kclientset.Interface) {
2323
l.LogSystem()
2424
l.LogServices()
2525

26-
l.Run("brctl show", "bridges")
2726
l.Run("docker ps -a", "docker-ps")
2827
l.Run("ovs-ofctl -O OpenFlow13 dump-flows br0", "flows")
2928
l.Run("ovs-ofctl -O OpenFlow13 show br0", "ovs-show")

0 commit comments

Comments
 (0)