diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-18 20:41:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-18 20:41:23 +0200 |
commit | ab4a8a357bae08a7bb3d835299fe53098dbdfbf7 (patch) | |
tree | c276ae98b2c3535085116f9836fba4dd210a6d0c /config | |
parent | 8b3e051a993acd3dcbc76818cc2726716a72cff7 (diff) |
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/network | 6 |
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 |