Dear All,

the wiki uci firewall documentation is silent on postrouting rules. So here is the question:

How would one express the iptable rules:

iptables -t nat -A postrouting_rule -p 50 -j ACCEPT
iptables -t nat -A postrouting_rule -p 51 -j ACCEPT

with uci in /etc/config/firewall? Any ideas welcome.