IPFW Another line 65535 appeared (it wasn't there before the update)

In /etc/rules these lines are not present at all. They appear only in "ipfw list". But before only one line "65535 0 0 deny ip from any to any" appeared
 
15.0 may be from p3 to p4.
I just noticed this on p5
ok thanks. It just felt like the OP was missing context to me.

ipfw is "first match wins" if I recall correctly (pf is last match wins except for quick) so adding rules at the very end in ipfw are "catchall" and these specific rules are roughly "pf default deny" so a good thing.

As to why they got added on the update? I have no idea but can think "change of defaults"
 
Back
Top