diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-03-06 20:33:20 -0800 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-03-06 20:33:20 -0800 |
commit | a2db0a758643717afd37e252afe6ee5d5ac20770 (patch) | |
tree | 6820490f44df078822f7db8ff9f9ff271d14a110 /tools | |
parent | 5a74b0c454c8f54535ab6cb7386f8bb52973f66d (diff) |
config: update yang file
update the yang file for the commit 59ec403de73d4c83ef28291661941c6334480ebd.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@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 25672ad4..9590b82b 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -1021,6 +1021,12 @@ module gobgp { description "Configure version of zebra protocol. Default is 2. Supported up to 3."; } + leaf nexthop-trigger-enable { + type boolean; + } + leaf nexthop-trigger-delay { + type uint8; + } } grouping zebra-set { |