https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229092

--- Comment #10 from Kristof Provost <k...@freebsd.org> ---
Good point. I don't see an immediate straightforward way of handling this.
I was going to suggest a new action type, but pfsync_input() stops handling the
entire packet when it encounters an unknown action type.
We'd either have to make sure the new type is always at the end of the packet,
or we'd have to teach pfsync to ignore unknown action types first, and only
later (once we hope everyone has upgraded) add the new one.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-pf@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to