Files
ctrld/cmd/cli/netlink_others.go
Cuong Manh Le 58a00ea24a all: implement reload command
This commit adds reload command to ctrld for re-fetch new config from
ContorlD API or re-read the current config on disk.
2023-11-06 20:01:03 +07:00

8 lines
104 B
Go

//go:build !linux
package cli
import "context"
func (p *prog) watchLinkState(ctx context.Context) {}