mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
59aadf79c7
commit
cb2c676576
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var IPv4RouteCmdOpts = []string{"interface", "ipv4", "show", "route"}
|
|||
|
||||
func IPv4RouteIsGateway(ifname string, tokens []string, f func(gateway string) (*Endpoint, error)) (*Endpoint, error) {
|
||||
subnet := tokens[1]
|
||||
gateway = tokens[2]
|
||||
gateway := tokens[2]
|
||||
|
||||
fmt.Printf("subnet='%s' ip='%s'\n", subnet, gateway)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue