1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

add ipv4ll auto conf

This commit is contained in:
wlan0
2015-03-25 02:39:27 -07:00
committed by Darren Shepherd
parent e3fd8367c0
commit 1dba86a97e
3 changed files with 81 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ type InterfaceConfig struct {
Match string `yaml:"match,omitempty"`
DHCP bool `yaml:"dhcp,omitempty"`
Address string `yaml:"address,omitempty"`
IPV4LL bool `yaml:"ipv4ll,omitempty"`
Gateway string `yaml:"gateway,omitempty"`
MTU int `yaml:"mtu,omitempty"`
}