summaryrefslogtreecommitdiffhomepage
path: root/api/attribute.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/attribute.proto')
-rw-r--r--api/attribute.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/attribute.proto b/api/attribute.proto
index ef8249bd..f5680420 100644
--- a/api/attribute.proto
+++ b/api/attribute.proto
@@ -323,15 +323,15 @@ enum LsProtocolID {
// - AFI=16388, SAFI=71
message LsAddrPrefix {
LsNLRIType type = 1;
- uint32 length = 2;
- LsProtocolID protocol_id = 3;
- uint64 identifier = 4;
// One of:
// - LsNodeNLRI
// - LsLinkNLRI
// - LsPrefixV4NLRI
// - LsPrefixV6NLRI
- google.protobuf.Any nlri = 5;
+ google.protobuf.Any nlri = 2;
+ uint32 length = 3;
+ LsProtocolID protocol_id = 4;
+ uint64 identifier = 5;
}
message MpReachNLRIAttribute {