Hi,

before the firewall upgrade I used a very simple firewall.user script
whose only function was to add an interface to a newtwork:

addif "mesh" "xr0" "mesh"

the mesh zone was defined in /etc/config/firewall as follow

config 'zone' 'z_mesh'
    option 'name' 'mesh'
    option 'input' 'ACCEPT'
    option 'output' 'ACCEPT'
    option 'forward' 'REJECT'
    option 'masq' '1'

The new firewal does not define the fucntion addif anymore. Which
is the new style to acheive the same result?

Thanks
R.
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to