mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
also support 'Netif' reference in certain netstat builds
This commit is contained in:
parent
c6740a5750
commit
5389228034
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ func update() ([]Route, error) {
|
|||
case "Iface":
|
||||
route.Device = s
|
||||
break
|
||||
case "Netif":
|
||||
route.Device = s
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue