We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08e39b commit 384bc49Copy full SHA for 384bc49
utils/netutil/netutil.go
@@ -22,7 +22,7 @@ import (
22
23
// _supportedInterfaces is an ordered list of ip interfaces from which
24
// host ip is determined.
25
-var _supportedInterfaces = []string{"eth0", "ib0", "eth2"}
+var _supportedInterfaces = []string{"eth0", "ib0", "eth1", "eth2"}
26
27
func min(a, b time.Duration) time.Duration {
28
if a < b {
0 commit comments