summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
diff options
context:
space:
mode:
authorhiren <hiren@FreeBSD.org>2014-06-01 20:19:17 +0000
committerhiren <hiren@FreeBSD.org>2014-06-01 20:19:17 +0000
commita8772606467e33e11d68cd9bc239cde8dcafd499 (patch)
tree0f9a5e0e3dcc259c9cc49d9f4cb2cf3fcbf223d6 /sys/netpfil
parent97f3f8250e0a5a37f6ab12b55345182b1dd75059 (diff)
downloadFreeBSD-src-a8772606467e33e11d68cd9bc239cde8dcafd499.zip
FreeBSD-src-a8772606467e33e11d68cd9bc239cde8dcafd499.tar.gz
DNOLD_IS_ECN introduced by r266941 is not required.
DNOLD_* flags are for compat with old binaries. Suggested by: luigi
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfw/ip_dn_glue.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netpfil/ipfw/ip_dn_glue.c b/sys/netpfil/ipfw/ip_dn_glue.c
index 095758f..7d7e695 100644
--- a/sys/netpfil/ipfw/ip_dn_glue.c
+++ b/sys/netpfil/ipfw/ip_dn_glue.c
@@ -83,7 +83,6 @@ struct dn_flow_set {
#define DNOLD_QSIZE_IS_BYTES 0x0008 /* queue size is measured in bytes */
#define DNOLD_NOERROR 0x0010 /* do not report ENOBUFS on drops */
#define DNOLD_HAS_PROFILE 0x0020 /* the pipe has a delay profile. */
-#define DNOLD_IS_ECN 0x0040
#define DNOLD_IS_PIPE 0x4000
#define DNOLD_IS_QUEUE 0x8000
@@ -339,8 +338,6 @@ convertflags2new(int src)
dst |= DN_IS_RED;
if (src & DNOLD_IS_GENTLE_RED)
dst |= DN_IS_GENTLE_RED;
- if (src & DNOLD_IS_ECN)
- dst |= DN_IS_ECN;
if (src & DNOLD_HAS_PROFILE)
dst |= DN_HAS_PROFILE;
OpenPOWER on IntegriCloud