resources: net: Add net resource
This patch adds a net resource for managing nework interfaces, based around netlink.
This commit is contained in:
committed by
Jonathan Gold
parent
8500339ba6
commit
7d7eb3d1cd
@@ -63,6 +63,7 @@ type Resources struct {
|
||||
Hostname []*resources.HostnameRes `yaml:"hostname"`
|
||||
KV []*resources.KVRes `yaml:"kv"`
|
||||
Msg []*resources.MsgRes `yaml:"msg"`
|
||||
Net []*resources.NetRes `yaml:"net"`
|
||||
Noop []*resources.NoopRes `yaml:"noop"`
|
||||
Nspawn []*resources.NspawnRes `yaml:"nspawn"`
|
||||
Password []*resources.PasswordRes `yaml:"password"`
|
||||
|
||||
Reference in New Issue
Block a user