mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: parse interface names in IPv6 routing tables
This commit is contained in:
parent
ac96bc8d2f
commit
3bd813f545
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ func update() ([]Route, error) {
|
||||||
case "Netif":
|
case "Netif":
|
||||||
route.Device = s
|
route.Device = s
|
||||||
break
|
break
|
||||||
|
case "If":
|
||||||
|
route.Device = s
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue