aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/config/specs/network.spec
blob: 3d19b5cf4b31456668e744c94cd2e337d7e033a4 (plain)
1
2
3
4
5
6
7
interface[] {
	proto: string, required;
	ipaddr: ip, required[proto=static];
	netmask: ip, required[proto=static];
	gateway: ip;
	dns: ip;
}