diff --git a/routing/update_linux.go b/routing/update_linux.go index eb98ea57..63d4679e 100644 --- a/routing/update_linux.go +++ b/routing/update_linux.go @@ -52,6 +52,9 @@ func update() ([]Route, error) { case "Netif": route.Device = s break + case "If": + route.Device = s + break } }