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 eec09eb7..e257c6d6 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -569,6 +569,7 @@ message PeerConf { repeated PrefixLimit prefix_limits = 14; string local_address = 15; string neighbor_interface = 16; + string vrf = 17; } message EbgpMultihop { |