also support 'Netif' reference in certain netstat builds

This commit is contained in:
☸️ 2021-09-20 20:03:46 +10:00 committed by GitHub
commit 5389228034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,9 @@ func update() ([]Route, error) {
case "Iface":
route.Device = s
break
case "Netif":
route.Device = s
break
}
}