Annotation of embedaddon/strongswan/testing/hosts/default/etc/iptables.flush, revision 1.1

1.1     ! misho       1: *filter
        !             2: 
        !             3: -F
        !             4: 
        !             5: -P INPUT ACCEPT
        !             6: -P OUTPUT ACCEPT
        !             7: -P FORWARD ACCEPT
        !             8: 
        !             9: COMMIT
        !            10: 
        !            11: *nat
        !            12: 
        !            13: -F
        !            14: 
        !            15: COMMIT
        !            16: 
        !            17: *mangle
        !            18: 
        !            19: -F
        !            20: 
        !            21: COMMIT

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>