On Thu, May 12, 2016 at 04:57:14PM +0530, Shivani Bhardwaj wrote:
> Add documentation corresponding to LOG STATEMENT, REJECT STATEMENT,
> COUNTER STATEMENT, META STATEMENT, LIMIT STATEMENT, NAT STATEMENT,
> QUEUE STATEMENT.
We're almost there. Look, this syntax the manpage shows after your
update is not correct:
LIMIT STATEMENT
limit {rate | burst}
This should look like:
limit rate [over] _rate_ [units] [burst _burst_ ]
Have a look at 'limit_stmt' in src/parser_bison.y for the production
in the grammar that we have. This should show what is there.
Would you give this another spin?
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html