Skip to content

Commit 80ee833

Browse files
committed
diagnostics: remove usage of brctl
brctl (and its bridge-utils package) has been unmaintained for years and it's functionality replaced by the 'ip' tool from the iproute project. brctl may not be available on systems, and we don't need it anyway (since none of the openshift-sdn interfaces are bridge devices) so just remove it.
1 parent 5e8aead commit 80ee833

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)