[BACK]Return to example.12 CVS log [TXT][DIR] Up to [local] / src / share / ipf

Annotation of src/share/ipf/example.12, Revision 1.1

1.1     ! dm          1: #
        !             2: # get rid of all short IP fragments (too small for valid comparison)
        !             3: #
        !             4: block in proto tcp all with short
        !             5: #
        !             6: # drop and log any IP packets with options set in them.
        !             7: #
        !             8: block in log all with ipopts
        !             9: #
        !            10: # log packets with BOTH ssrr and lsrr set
        !            11: #
        !            12: log in all with opt lsrr,ssrr
        !            13: #
        !            14: # drop any source routing options
        !            15: #
        !            16: block in quick all with opt lsrr
        !            17: block in quick all with opt ssrr