fix: refactored routing logic (fixes #701)

This commit is contained in:
Simone Margaritelli 2021-04-10 21:55:00 +02:00
commit 43a93fd866
11 changed files with 202 additions and 80 deletions

View file

@ -24,4 +24,4 @@ func FindGateway(iface *Endpoint) (*Endpoint, error) {
}
return nil, ErrNoGateway
}
}