From 592a1f0d050147769ce0cb1d0d235150fbd5d8db Mon Sep 17 00:00:00 2001 From: sotech117 Date: Mon, 23 Oct 2023 10:12:35 -0400 Subject: small bug fixing --- pkg/ipstack/ipstack.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/ipstack/ipstack.go') diff --git a/pkg/ipstack/ipstack.go b/pkg/ipstack/ipstack.go index 59afbcd..8a451f8 100644 --- a/pkg/ipstack/ipstack.go +++ b/pkg/ipstack/ipstack.go @@ -186,9 +186,9 @@ func InterfaceListenerRoutine(i *Interface) { if closed { // stop this go routine if channel is closed return } - if !isUp { // don't call the listeners if interface is down - continue - } + //if !isUp { // don't call the listeners if interface is down + // continue + //} // TODO: remove these "training wheels" time.Sleep(1 * time.Millisecond) err := RecvIP(i, &isUp) -- cgit v1.2.3-70-g09d2