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 a33e92d1..2b8e8e4a 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -622,6 +622,7 @@ message PeerConf { string vrf = 15; uint32 allow_own_as = 16; bool replace_peer_as = 17; + bool admin_down = 18; } message PeerGroupConf { |