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 8c278c7a..f86dc3b5 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -819,6 +819,7 @@ message Vrf { bytes rd = 2; repeated bytes import_rt = 3; repeated bytes export_rt = 4; + uint32 id = 5; } message Global { |