summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2007-10-19 12:48:02 +0000
committerrpaulo <rpaulo@FreeBSD.org>2007-10-19 12:48:02 +0000
commit04560c1155f6af5753b978d2bef7c1b07f5ea656 (patch)
tree4a0b28d2f1b6e94a75dae9385ca4184021688b74 /sbin
parent5ca00498b69c1a01058d33204e3f9020778e9f70 (diff)
downloadFreeBSD-src-04560c1155f6af5753b978d2bef7c1b07f5ea656.zip
FreeBSD-src-04560c1155f6af5753b978d2bef7c1b07f5ea656.tar.gz
Comply with the removal of IPTOS_CE and IPTOS_ECT.
Discussed on freebsd-net with no objections. Approved by: njl (mentor), rwatson
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index f3ce06f..9b9954a 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -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 }
};
OpenPOWER on IntegriCloud