On Sun, 2005-12-04 at 11:39:01 -0800, Rodney Hopkins proclaimed... > I was looking at the pf.conf included with 3.8, and with the > addition of the following line: > > set skip on { lo } > > doesn't the lo part of the following line become redundant: > > antispoof quick for { lo $int_if }
It becomes irrelevant; after "set skip," nothing else will be evaluated for that interface.