From cac8301bad38a966108ec754446f84f1b936dfa9 Mon Sep 17 00:00:00 2001 From: Prakash Bailkeri Date: Thu, 15 Dec 2016 10:36:06 +0530 Subject: [PATCH] Schema changes to control insertion of control word Add boolean config parameter(evpn-control-word) as property to Virtual network. This flag controls whether or not control word(4-octet with value 0) is inserted for EVPN packet when sending over MPLS encap. Change-Id: I41e21b4e36580e1bb75b4be46ca13dab9c29c2ee Related-bug: #1645092 --- src/schema/vnc_cfg.xsd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/schema/vnc_cfg.xsd b/src/schema/vnc_cfg.xsd index 0d1ee0211dd..3ee2b8efaf4 100644 --- a/src/schema/vnc_cfg.xsd +++ b/src/schema/vnc_cfg.xsd @@ -3114,4 +3114,19 @@ targetNamespace="http://www.contrailsystems.com/2012/VNC-CONFIG/0"> + + + + + This configuration knob controls the insertion of 4-octet control word + between bottom of MPLS label stack and L2 payload. + Control word should be used with the value 0 (e.g., a 4-octet field + with a value of zero) when sending EVPN-encapsulated packets over + an MP2P LSP. + + + +