when setting an alias network via

network.@alias[0]=alias
network.@alias[0].interface=lan
network.@alias[0].proto=static
network.@alias[0].ipaddr=192.168.10.2
network.@alias[0].netmask=255.255.255.0

and adding a route 'myroute' on top of this,
the route will not be established on bootup

network.myroute=route
network.myroute.interface=lan
network.myroute.target=192.168.0.0
network.myroute.netmask=255.255.255.0
network.myroute.gateway=192.168.10.1

maybe a order problem? first there
must be the alias, then the route...

bye, bastian
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to