Skip to content

Commit

Permalink
[yang]: Add admin_status to BGP_NEIGHBOR_TEMPLATE_LIST
Browse files Browse the repository at this point in the history
Signed-off-by: Gang Lv [email protected]
  • Loading branch information
ganglyu committed Nov 22, 2021
1 parent 14fb629 commit 4c2218e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sonic-yang-models/yang-models/sonic-bgp-neighbor.yang
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ module sonic-bgp-neighbor {
}
description "Route reflector client";
}

leaf admin_status {
type boolean;
description "To enable BGP peer";
}
}

list BGP_NEIGHBOR_LIST {
Expand Down

0 comments on commit 4c2218e

Please sign in to comment.