diff options
author | Tom Shine <tomjshine@gmail.com> | 2020-04-23 01:05:39 +0100 |
---|---|---|
committer | Tom Shine <tomjshine@gmail.com> | 2020-04-24 00:25:59 +0100 |
commit | f11b9c7afb198dd6bfea9a167f41a62569f24756 (patch) | |
tree | 8e1acc824a5e664ca565d3729e12f1c10f780b69 /api/attribute.proto | |
parent | 3bdfaf9123756c93236c5048f180eb61ad7f8a68 (diff) |
Add BGP-LS SRLG support
Diffstat (limited to 'api/attribute.proto')
-rw-r--r-- | api/attribute.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/attribute.proto b/api/attribute.proto index 7bf94528..11f075f1 100644 --- a/api/attribute.proto +++ b/api/attribute.proto @@ -635,6 +635,7 @@ message LsAttributeLink { repeated float unreserved_bandwidth = 12; uint32 sr_adjacency_sid = 13; + repeated uint32 srlgs = 14; } message LsAttributePrefix { |