syslog: fix ridentifier retrieval
pf rules no longer include the ridentifier immediately after the rulenumber but instead list it as a separate keyword like this:
@4(0) block drop in log inet all label "Default deny rule IPv4" ridentifier 1000105583
Update the parsing code to cope with that.
syslog: fix ridentifier retrieval
pf rules no longer include the ridentifier immediately after the rule
number but instead list it as a separate keyword like this:
Update the parsing code to cope with that.