Skip to content

Commit

Permalink
removed restart, as that does not address graceful restart
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jun 15, 2022
1 parent f4a0c82 commit c57de23
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/sonic-yang-models/yang-events/sonic-events-bgp.yang
Original file line number Diff line number Diff line change
Expand Up @@ -47,34 +47,6 @@ module sonic-events-bgp {
uses evtcmn:sonic-events-cmn;
}
container bgp-restart {
oc-alarm-types:MINOR
description "
Declares an event for BGP state for a neighbor IP going up/down.;

leaf is-all {
type boolean;
description "true - if restart is for all neighbors";
}

leaf ip {
type inet:ip-address;
description "IP of neighbor, if restart is for a neighbor";
}

leaf status {
type enumeration {
enum "up";
enum "down";

}
description "Provides the status as up (true) or down (false)";
}

uses evtcmn:sonic-events-cmn;
}

container notification {
oc-alarm-types:MAJOR
Expand Down

0 comments on commit c57de23

Please sign in to comment.