mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 17:25:56 +02:00
79386b5db7
Needs more testing and validation is not enforced yet Code contributed by Fraunhofer Fokus git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6391 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
141 B
Python
8 lines
141 B
Python
interface[] {
|
|
proto: string, required;
|
|
ipaddr: ip, required[proto=static];
|
|
netmask: ip, required[proto=static];
|
|
gateway: ip;
|
|
dns: ip;
|
|
}
|