diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-23 22:13:43 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-23 22:13:43 +0200 |
commit | 9aac5923811e0240526f2ef58d6e352bff195740 (patch) | |
tree | 03ff35d78b56c4a39b1462b3646041fff0c69a9e /config | |
parent | 19ab568942e2699a414bd7bf3d53823c9b707abb (diff) |
add interface alias support
Diffstat (limited to 'config')
-rw-r--r-- | config/network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/network b/config/network index 0fa7af4..3e26967 100644 --- a/config/network +++ b/config/network @@ -42,6 +42,13 @@ config interface wan option username foo option password bar +config alias wan1 + option proto static + option interface wan + option ipaddr 192.168.99.1 + option netmask 255.255.255.0 + option gateway 192.168.99.3 + config interface wlan option proto static option ipaddr 192.168.2.1 |