diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 03:25:00 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-05 03:25:00 +0200 |
commit | 03f9afd81fcb9943648f5398a2bda5e7d90ca4a7 (patch) | |
tree | 4c54f76c89cc33dd36f61afe4edfb2d3a4b823f4 /config | |
parent | 0c823ed77d2d4aaca12d4c9504e808e4c715b8e4 (diff) |
extend the ubus interface to allow adding/removing hotplug interfaces
Diffstat (limited to 'config')
-rw-r--r-- | config/network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/network b/config/network index 9ef5eb1..2b4549d 100644 --- a/config/network +++ b/config/network @@ -9,7 +9,8 @@ config interface loopback config device option name br-lan option type bridge - option ifname "eth0.1 eth0.2" + list ifname eth0.1 + list ifname eth0.2 option mtu 1500 config device |