diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index fe3d31fe..2f20a5b9 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -348,6 +348,7 @@ message PathAttr { repeated string cluster = 11; repeated Nlri nlri = 12; repeated TunnelEncapTLV tunnel_encap = 13; + repeated ExtendedCommunity extended_communities = 16; PmsiTunnel pmsi_tunnel = 14; } |