diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-04 14:02:41 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-04 14:02:41 +0200 |
commit | 84b04742fed90f8647c0c78396bd4b690cab5a33 (patch) | |
tree | 722af8f5abfecf29b49cf4b3900c1f9b7e5a6773 /config/network | |
parent | 42f13a72a5f7db5919d5a669dc40c85433a5bf40 (diff) |
add another ifname to the test config
Diffstat (limited to 'config/network')
-rw-r--r-- | config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/network b/config/network index fa8ef38..9ef5eb1 100644 --- a/config/network +++ b/config/network @@ -26,7 +26,7 @@ config interface dummy option proto none config interface lan2 - option ifname eth0.3 + option ifname "eth0.3 eth0.5" option type bridge option proto static option ipaddr 192.168.1.1 |