mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
9405a2a6be
Code contributed by Fraunhofer Fokus SVN-Revision: 6391
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;
|
|
}
|