From 6b6f6974fcea37dc006f90dbd2f8d65495048725 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Sun, 9 Oct 2016 07:15:08 -0700 Subject: *: Notification support for BGP GR implement draft-ietf-idr-bgp-gr-notification-07 Signed-off-by: Wataru Ishida --- tools/pyang_plugins/gobgp.yang | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools') 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" { -- cgit v1.2.3