From 9ab26d3ffa870bdcc0310618ff1050804e694440 Mon Sep 17 00:00:00 2001 From: Cheeze_It Date: Sun, 8 Nov 2020 14:41:09 -0700 Subject: mpls-conf: T915: Add targeted LDP neighbors with parameters The commit has to do with the addition of targeted LDP neighbors and parameters being added. FRR allows for this functionality and I just wanted to add it. We have basically 4 options that are added. Enabling targeted LDP functionality, the targeted neighbor, the hello interval of targeted sessions, and the hold time of targeted sessions. Both IPv4 and IPv6 has been coded in. --- interface-definitions/protocols-mpls.xml.in | 107 ++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/protocols-mpls.xml.in b/interface-definitions/protocols-mpls.xml.in index 0255b1275..259289cc8 100644 --- a/interface-definitions/protocols-mpls.xml.in +++ b/interface-definitions/protocols-mpls.xml.in @@ -180,6 +180,113 @@ + + + Targeted LDP neighbor/session parameters + + + + + Targeted IPv4 neighbor/session parameters + + + + + Neighbor/session address + + ipv4 + Neighbor/session address + + + + + + + + + + Accept and respond to targeted hellos + + + + + + Hello interval + + 1-65535 + Time in seconds + + + + + + + + + Hello holdtime + + 1-65535 + Time in seconds + + + + + + + + + + + Targeted IPv6 neighbor/session parameters + + + + + Neighbor/session address + + ipv6 + Neighbor/session address + + + + + + + + + + Accept and respond to targeted hellos + + + + + + Hello interval + + 1-65535 + Time in seconds + + + + + + + + + Hello holdtime + + 1-65535 + Time in seconds + + + + + + + + + + Export parameters -- cgit v1.2.3