Rui Paulo wrote:
The only consumer of the RFC 2481 defines is sbin/ipfw/ipfw2.c and luigi@ accepted the attached patch.

Here's the attached patch.

--
Rui Paulo
Index: ipfw2.c
===================================================================
RCS file: /home/ncvs/src/sbin/ipfw/ipfw2.c,v
retrieving revision 1.107
diff -u -p -r1.107 ipfw2.c
--- ipfw2.c     26 Aug 2007 18:38:31 -0000      1.107
+++ ipfw2.c     3 Sep 2007 00:27:39 -0000
@@ -179,8 +179,8 @@ static struct _s_x f_iptos[] = {
        { "throughput", IPTOS_THROUGHPUT},
        { "reliability", IPTOS_RELIABILITY},
        { "mincost",    IPTOS_MINCOST},
-       { "congestion", IPTOS_CE},
-       { "ecntransport", IPTOS_ECT},
+       { "congestion", IPTOS_ECN_CE},
+       { "ecntransport", IPTOS_ECN_ECT0},
        { "ip tos option", 0},
        { NULL, 0 }
 };
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to