On Wed, Jan 30, 2019 at 10:39:11PM +0100, Klemens Nanni wrote:
> Contrary to other rules accepting a single port, this one only works
> with unquoted numerical values.
Quoted numbers are accepted, I mixed it up when writing this mail.
> - | DIVERTPACKET PORT number {
> + | DIVERTPACKET PORT portplain {
NB: This removes one of the two `number' users which I plan to remove.
It uses the hand-rolled atoul() function which I want to remove from the
parser code in favour of simpler and stricter strtonum(3) calls.