https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277093
--- Comment #12 from Kristof Provost <k...@freebsd.org> --- I'm getting a bus error doing that, which looks to be happening due to pftop's print_rule() doing this: > print_fld_str(FLD_ANCHOR, (char *)pr->anchor); That's just wrong. It'd be wrong if the first field of anchor was actually a string, but it's not so it's doubly wrong. The pftop maintainer needs to fix that. -- You are receiving this mail because: You are the assignee for the bug.