Fix: build
This commit is contained in:
parent
598ec35701
commit
6d4942e90b
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ func configInterfaceRouting(interfaceName string, addr netip.Prefix) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
return execRouterCmd("add", "-inet6", "2000::/3", interfaceName)
|
return execRouterCmd("add", "-inet6", "2000::/3", interfaceName)
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func execRouterCmd(action, inet, route string, interfaceName string) error {
|
func execRouterCmd(action, inet, route string, interfaceName string) error {
|
||||||
|
|
Loading…
Reference in a new issue