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 011b141 commit 1c4e243Copy full SHA for 1c4e243
main.go
@@ -196,7 +196,7 @@ func parse_load_balancers(args []string, tunnel bool) {
196
197
// Obtaining the interface name of the load balancer IP's doesn't make sense in tunnel mode
198
if !tunnel {
199
- iface := get_iface_from_ip(lb_ip)
+ iface = get_iface_from_ip(lb_ip)
200
if iface == "" {
201
log.Fatal("[FATAL] IP address not associated with an interface ", lb_ip)
202
}
0 commit comments