From 8a51d7d8927ea65d34e65633f7f5052b2c9f9bf0 Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Tue, 22 Dec 2020 11:11:00 -0700 Subject: mpls: T915: Add ordered control for LDP In here we are adding the latest FRR update to allow for LDP label distribution to operate in ordered control mode. --- data/templates/frr/ldpd.frr.tmpl | 3 +++ interface-definitions/protocols-mpls.xml.in | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/data/templates/frr/ldpd.frr.tmpl b/data/templates/frr/ldpd.frr.tmpl index 81343671c..0a5411552 100644 --- a/data/templates/frr/ldpd.frr.tmpl +++ b/data/templates/frr/ldpd.frr.tmpl @@ -11,6 +11,9 @@ dual-stack cisco-interop {% if ldp.parameters.transport_prefer_ipv4 is defined%} dual-stack transport-connection prefer ipv4 {% endif %} +{% if ldp.parameters.ordered_control is defined%} +ordered-control +{% endif %} {% endif %} {% if ldp.neighbor is defined %} {% for neighbors in ldp.neighbor %} diff --git a/interface-definitions/protocols-mpls.xml.in b/interface-definitions/protocols-mpls.xml.in index 645b264bb..284d4d7f3 100644 --- a/interface-definitions/protocols-mpls.xml.in +++ b/interface-definitions/protocols-mpls.xml.in @@ -349,6 +349,12 @@ + + + Enable LDP ordered label distribution control mode + + + -- cgit v1.2.3