OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Henning Brauer (henning_at_cvs.openbsd.org)
Date: Mon Oct 07 2002 - 08:15:03 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: henningcvs.openbsd.org 2002/10/07 07:15:02

    Modified files:
            sys/net : pf.c pfvar.h
            sbin/pfctl : parse.y pfctl_parser.c

    Log message:
    make return-icmp work for rules covering both v4 and v6
    -new field "return_icmp6" in pf_rule
    -parser accepts
    block return-icmp(ipv4-icmpcode, ipv6-icmpcode)

    ok and some input dhartmei