openwrtv3/package/base-files/files/lib/config/specs/network.spec
2007-02-26 20:04:04 +00:00

7 lines
141 B
Python

interface[] {
proto: string, required;
ipaddr: ip, required[proto=static];
netmask: ip, required[proto=static];
gateway: ip;
dns: ip;
}