Skip to content

Commit

Permalink
per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jun 7, 2022
1 parent bfa0b2c commit 091ced5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sonic-yang-models/yang-events/sonic-events-bgp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ module sonic-events-bgp {
oc-alarm-types:MINOR

description "
Declares an event for BGP state for a neighbor IP going up.
Going down is reported via notification;
Declares an event for BGP state for a neighbor IP going up/down.;
leaf ip {
type inet:ip-address;
Expand All @@ -39,6 +38,8 @@ module sonic-events-bgp {
leaf status {
type enumeration {
enum "up";
enum "down";
}
description "Provides the status as up (true) or down (false)";
}
Expand Down

0 comments on commit 091ced5

Please sign in to comment.