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
ifconfig is required at runtime but its deprecated on most distro
I think it should be replaced by ip
$ sudo ./netvfy-agent -c FooBar
error: 2023/04/24 11:09:08 network.go:572: failed to apply ifconfig on utun7: exec: "ifconfig": executable file not found in $PATH
The text was updated successfully, but these errors were encountered:
ifconfig is required at runtime but its deprecated on most distro
I think it should be replaced by
ip
The text was updated successfully, but these errors were encountered: