We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0651b commit f3034d3Copy full SHA for f3034d3
pkg/minikube/tunnel/route_linux.go
@@ -76,7 +76,7 @@ func (router *osRouter) parseTable(table []byte) routingTable {
76
77
//don't care about the routes that 0.0.0.0
78
if len(fields) == 0 ||
79
- len(fields) > 0 && (fields[0] == "default" || fields[0] == "0.0.0.0") {
+ len(fields) > 0 && (fields[0] == "default" || fields[0] == "0.0.0.0") {
80
continue
81
}
82
0 commit comments