<p>In default-files/etc/config/firewall:</p>
<pre style='color:#555'>> @@ -61,6 +60,17 @@ config forwarding
>  config rule
>    option src 'wan'
>    option dest_port '22'
> +  option proto 'tcp'
> +  option state 'NEW'
> +  option limit '3/min'
> +  option limit_burst '2'
> +  option target 'LOG'
> +
> +config rule
> +  option src 'wan'
> +  option dest_port '22'
> +  option state 'RELATED'
> +  option state 'ESTABLISHED'
</pre>
<p>There seem to be two state options here. Is this intentional (it's sorta valid), or is it supposed to be a list?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/opentechinstitute/commotion-router/pull/120/files#r12150389'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/3074564__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxNDQ5MjMzNSwiZGF0YSI6eyJpZCI6MzAzNDgxNTZ9fQ==--33eb6db032a71c0fdab8233d2f85b72c068e9d15.gif' height='1' width='1'></p>