diff options
| author | Kyrylo Yatsenko <hedrok@gmail.com> | 2025-11-17 10:07:05 +0200 |
|---|---|---|
| committer | Kyrylo Yatsenko <hedrok@gmail.com> | 2026-01-09 11:01:34 +0200 |
| commit | a4b3cd33ca11aba579510456941f404839135af4 (patch) | |
| tree | 282ee8efa47199e2d1c9b5f3441ff79e78cb0514 /interface-definitions/include | |
| parent | dffe642fee356b9063a269eb2d244f14d4cc2036 (diff) | |
| download | vyos-1x-a4b3cd33ca11aba579510456941f404839135af4.tar.gz vyos-1x-a4b3cd33ca11aba579510456941f404839135af4.zip | |
T8046: traffic-engineering: support link-params
Add 'traffic-engineering' commands under 'protocols'.
set protocols traffic-engineering admin-group ADMINGROUP bit-position 1
set protocols traffic-engineering interface INTERFACE admin-group ADMINGROUP
set protocols traffic-engineering interface INTERFACE max-bandwidth 1280
set protocols traffic-engineering interface INTERFACE max-reservable-bandwidth 1280
Also add
set protocols isis traffic-engineering export
Diffstat (limited to 'interface-definitions/include')
| -rw-r--r-- | interface-definitions/include/isis/protocol-common-config.xml.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/protocol-common-config.xml.i b/interface-definitions/include/isis/protocol-common-config.xml.i index 459a048a2..359dbc3ce 100644 --- a/interface-definitions/include/isis/protocol-common-config.xml.i +++ b/interface-definitions/include/isis/protocol-common-config.xml.i @@ -266,6 +266,12 @@ </constraint> </properties> </leafNode> + <leafNode name="export"> + <properties> + <help>Export Traffic Engineering Database, see options under protocols traffic-engineering</help> + <valueless/> + </properties> + </leafNode> </children> </node> <node name="segment-routing"> |
