-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> In trunk with netifd you can simply declare multipe interfaces
> sharing the same device:
> 
> config interface lan option ifname eth0 ...
> 
> config interface lan2 option ifname eth0 option proto static option
> ipaddr 1.1.1.1 option netmask 255.255.255.0
> 

If the main protocol is static as well, the alias notation is even
shorter when using netifd:

  config interface lan
    option proto static
    option ifname eth0
    list ipaddr 192.168.1.1/255.255.255.0
    list ipaddr 1.1.1.1/255.255.255.255
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+yaB0ACgkQdputYINPTPN0QgCdGaE/ND/NfTQw+nXlPdKrBpPX
yyUAn2rPhgj7lP48NZMd1WZJDUHpUGr+
=yRD3
-----END PGP SIGNATURE-----
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to