Hi Kyros,

> config 'include'
>    option 'path' '/etc/firewall.fon'
>    option 'path' '/etc/firewall.user'
I was just experimenting with this a bit, and found that if you write it like
this, it only includes firewall.user, not firewall.fon.

If you use the commandline:

  uci add firewall include; uci set 
firewa...@include[-1].path=/etc/firewall.user; uci commit firewall

(copied from http://wiki.fon.com/wiki/F2_MgtConsole_tweaks#firewall.user)

then you get the following config:

config 'include'
   option 'path' '/etc/firewall.fon'

config 'include'
   option 'path' '/etc/firewall.user'

which apparently does work.

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to