summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins/gobgp.yang
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pyang_plugins/gobgp.yang')
-rw-r--r--tools/pyang_plugins/gobgp.yang6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang
index a4f8e335..72c766ab 100644
--- a/tools/pyang_plugins/gobgp.yang
+++ b/tools/pyang_plugins/gobgp.yang
@@ -705,6 +705,9 @@ module gobgp {
leaf deferral-time {
type uint16;
}
+ leaf notification-enabled {
+ type boolean;
+ }
}
augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:graceful-restart/bgp:state" {
@@ -712,6 +715,9 @@ module gobgp {
leaf deferral-time {
type uint16;
}
+ leaf notification-enabled {
+ type boolean;
+ }
}
augment "/bgp:bgp/bgp:peer-groups/bgp:peer-group" {