diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-06-12 20:20:17 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-07-09 18:22:46 +0200 |
commit | c3e6ac0bba4bcc1cd1f1a6507c6aa3dda0d702a4 (patch) | |
tree | 29926c56ed958e5cb026a0fd6ba4d203e88ce9eb /yang | |
parent | isisd: move old BFD command to fabricd only (diff) | |
download | frr-c3e6ac0bba4bcc1cd1f1a6507c6aa3dda0d702a4.tar.xz frr-c3e6ac0bba4bcc1cd1f1a6507c6aa3dda0d702a4.zip |
isisd: migrate BFD command to northbound
Specify the ISIS BFD command in the YANG model and implement the
northbound callbacks.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'yang')
-rw-r--r-- | yang/frr-isisd.yang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang index 7b132cb61..05a896a1d 100644 --- a/yang/frr-isisd.yang +++ b/yang/frr-isisd.yang @@ -756,6 +756,12 @@ module frr-isisd { "IS-type of this circuit."; } + leaf bfd-monitoring { + type boolean; + default false; + description "Monitor IS-IS peers on this circuit."; + } + container csnp-interval { description "Complete Sequence Number PDU (CSNP) generation interval."; |