OpenBSD cvs log

created 2018-12-02T20:03:12Z
begin 2018-10-15T00:00:00Z
end 2018-10-16T00:00:00Z
path src/sys
commits 1

date 2018-10-15T21:15:35Z
author kn
files src/sys/net/pf_table.c log diff annotate
message use PFR_RB_NONE consistently

Replace hardcoded 0 and implicit checks with enum as done in all other
use cases of `pfra_fback'. No object change.

OK sashan