This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,
[openwrt.git] / package / base-files / files / lib / config / specs / network.spec
1 interface[] {
2 proto: string, required;
3 ipaddr: ip, required[proto=static];
4 netmask: ip, required[proto=static];
5 gateway: ip;
6 dns: ip;
7 }
This page took 0.074883 seconds and 5 git commands to generate.