diff options
author | Cheeze_It <none@none.com> | 2020-12-22 11:11:00 -0700 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2020-12-22 11:11:00 -0700 |
commit | 8a51d7d8927ea65d34e65633f7f5052b2c9f9bf0 (patch) | |
tree | 42a84089e95ad37fb72b4d15c7b91e2fdf234cb5 /interface-definitions/protocols-mpls.xml.in | |
parent | 3a795c8d0dcf42a6daf4ecc6a2a5d8281bf5e999 (diff) | |
download | vyos-1x-8a51d7d8927ea65d34e65633f7f5052b2c9f9bf0.tar.gz vyos-1x-8a51d7d8927ea65d34e65633f7f5052b2c9f9bf0.zip |
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.
Diffstat (limited to 'interface-definitions/protocols-mpls.xml.in')
-rw-r--r-- | interface-definitions/protocols-mpls.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <valueless/> </properties> </leafNode> + <leafNode name="ordered-control"> + <properties> + <help>Enable LDP ordered label distribution control mode</help> + <valueless/> + </properties> + </leafNode> </children> </node> <node name="export"> |