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 6f425f4c..c8197c5e 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -585,6 +585,7 @@ message PeerConf { string local_address = 15; string neighbor_interface = 16; string vrf = 17; + uint32 allow_own_as = 18; } message EbgpMultihop { |