Fix: build

This commit is contained in:
gVisor bot 2022-03-18 05:21:28 +08:00
parent 598ec35701
commit 6d4942e90b

View File

@ -55,7 +55,6 @@ func configInterfaceRouting(interfaceName string, addr netip.Prefix) error {
}
return execRouterCmd("add", "-inet6", "2000::/3", interfaceName)
return nil
}
func execRouterCmd(action, inet, route string, interfaceName string) error {