diff options
author | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-10-09 07:15:08 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-10-09 07:15:08 -0700 |
commit | 6b6f6974fcea37dc006f90dbd2f8d65495048725 (patch) | |
tree | 5dc899df38c1ab7e410ce13440a43a35b98a0810 /tools | |
parent | c3d8784efc24816e30c3ba68cad8f9a8d9d00b28 (diff) |
*: Notification support for BGP GR
implement draft-ietf-idr-bgp-gr-notification-07
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 6 |
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" { |