From: Stephen Hemminger Date: Thu, 4 Dec 2014 02:50:59 +0000 (-0800) Subject: rt_dsfield: fix Expedited Forwarding PHB X-Git-Tag: v3.18.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de4c6e9e9817c873cbb5becc4aa1a8a8f0f029a;p=thirdparty%2Fiproute2.git rt_dsfield: fix Expedited Forwarding PHB RFC 2598 defines Expedited Forwarding in section 2.3 Codepoint 101110 is recommended for the EF PHB. which translates to B8 as encoded in rt_dsfield --- diff --git a/etc/iproute2/rt_dsfield b/etc/iproute2/rt_dsfield index c0f3679be..1426d601f 100644 --- a/etc/iproute2/rt_dsfield +++ b/etc/iproute2/rt_dsfield @@ -22,4 +22,5 @@ 0xA0 CS5 0xC0 CS6 0xE0 CS7 -0x5C EF +# RFC 2598 +0xB8 EF