add basic interface alias support.
authorFelix Fietkau <nbd@openwrt.org>
Thu, 7 Aug 2008 15:28:48 +0000 (15:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 7 Aug 2008 15:28:48 +0000 (15:28 +0000)
commitfbd958d295903210d7c4e5d658b4027ac5997a8f
treea3be394e8414947baa078f3dce89a36bd00ab714
parentec1e9f660e37064af950d03da7d79e28e847d079
add basic interface alias support.
for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces
this will change when we add support for the ip utility, but the config format will remain the same.
example:

config alias     test
option interface lan
option ipaddr    192.168.1.1
option netmask   255.255.0.0

SVN-Revision: 12241
package/base-files/files/lib/network/config.sh
package/base-files/files/sbin/ifdown