Date: Wed, 18 Oct 2017 18:59:35 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324726 - head/sys/netinet Message-ID: <201710181859.v9IIxZWg092781@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tuexen Date: Wed Oct 18 18:59:35 2017 New Revision: 324726 URL: https://svnweb.freebsd.org/changeset/base/324726 Log: Revert change which got in accidently. Modified: head/sys/netinet/ip_fw.h Modified: head/sys/netinet/ip_fw.h ============================================================================== --- head/sys/netinet/ip_fw.h Wed Oct 18 18:56:56 2017 (r324725) +++ head/sys/netinet/ip_fw.h Wed Oct 18 18:59:35 2017 (r324726) @@ -728,8 +728,6 @@ struct _ipfw_dyn_rule { #define ICMP_REJECT_RST 0x100 /* fake ICMP code (send a TCP RST) */ #define ICMP6_UNREACH_RST 0x100 /* fake ICMPv6 code (send a TCP RST) */ -#define ICMP_REJECT_ABORT 0x101 /* fake ICMP code (send an SCTP ABORT */ -#define ICMP6_UNREACH_ABORT 0x101 /* fake ICMPv6 code (send an SCTP ABORT) */ /* * These are used for lookup tables.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710181859.v9IIxZWg092781>