mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-09 20:31:35 +00:00
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;
|
|
}
|