mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 12:00:49 +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;
|
|
}
|