]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
rt_dsfield: fix Expedited Forwarding PHB
authorStephen Hemminger <shemming@brocade.com>
Thu, 4 Dec 2014 02:50:59 +0000 (18:50 -0800)
committerStephen Hemminger <shemming@brocade.com>
Thu, 4 Dec 2014 02:50:59 +0000 (18:50 -0800)
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

etc/iproute2/rt_dsfield

index c0f3679be93c9428ca3c2f1d5682e209f52731e1..1426d601fb459d7a8567f7df57ca83b9e4d626c1 100644 (file)
@@ -22,4 +22,5 @@
 0xA0   CS5
 0xC0   CS6
 0xE0   CS7
-0x5C   EF
+# RFC 2598
+0xB8   EF