Comply with the removal of IPTOS_CE and IPTOS_ECT.

Discussed on freebsd-net with no objections.

Approved by:	njl (mentor), rwatson
This commit is contained in:
Rui Paulo 2007-10-19 12:48:02 +00:00
parent bf37f5b05f
commit 06d703ef93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172801

View File

@ -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 }
};