openwrtv3/package/base-files/files/lib/config/specs/network.spec

8 lines
141 B
RPMSpec
Raw Normal View History

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