svn commit: r324726 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Wed Oct 18 18:59:37 UTC 2017


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.


More information about the svn-src-head mailing list