summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-18 20:41:23 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-18 20:41:23 +0200
commitab4a8a357bae08a7bb3d835299fe53098dbdfbf7 (patch)
treec276ae98b2c3535085116f9836fba4dd210a6d0c /config
parent8b3e051a993acd3dcbc76818cc2726716a72cff7 (diff)
downloadnetifd-ab4a8a357bae08a7bb3d835299fe53098dbdfbf7.tar.gz
add support for alias devices, which are activated based on hotplug events containing the real device name
Diffstat (limited to 'config')
-rw-r--r--config/network6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/network b/config/network
index e39164a..2361aa0 100644
--- a/config/network
+++ b/config/network
@@ -40,3 +40,9 @@ config interface wan
option ifname br-lan2
option username foo
option password bar
+
+config interface test
+ option ifname @test
+ option proto static
+ option ipaddr 192.168.5.1
+ option netmask 255.255.255.0