You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ops/cmd/run_local_instance.go, network.SetupNetworkInterfaces() and network.TurnOffNetworkInterfaces() are called unconditionally if a tap device is specified. This is convenient behavior when the user does not already have bridge and tap devices configured, but an inconvenience if the user has such devices configured and wishes them to be persistent across invocations of ops. Adding a flag to disable all network device configuration (or disable it by default) would help in these cases.
The text was updated successfully, but these errors were encountered:
In ops/cmd/run_local_instance.go, network.SetupNetworkInterfaces() and network.TurnOffNetworkInterfaces() are called unconditionally if a tap device is specified. This is convenient behavior when the user does not already have bridge and tap devices configured, but an inconvenience if the user has such devices configured and wishes them to be persistent across invocations of ops. Adding a flag to disable all network device configuration (or disable it by default) would help in these cases.
The text was updated successfully, but these errors were encountered: