diff --git a/cmd/app/main.go b/cmd/app/main.go index 766fc30..3172698 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -34,7 +34,6 @@ func main() { netInterface, err := netlink.LinkByName(iface) if err != nil { logger.Error.Fatal(err) - return } // Get the IPv4 address of the interface