netvfy / go-netvfy-agent

golang netvfy agent
5 stars 1 forks source link

remove undeclare dependency on ifconfig #28

Open mathieujobin opened 1 year ago

mathieujobin commented 1 year ago

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
nicboul commented 1 year ago

yeah, the code is not ready yet, it's just a prototype being developed on OSX