summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-04-29 00:59:56 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-04-29 16:05:21 +0200
commitec62fbaa07998df71a0bfce4a0383556bb604521 (patch)
tree830da6519ffef5e5c44ebf07ff32485bd8d9c3c8 /yang
parentisisd: allow arbitrary order of area/interface configuration (diff)
downloadfrr-ec62fbaa07998df71a0bfce4a0383556bb604521.tar.xz
frr-ec62fbaa07998df71a0bfce4a0383556bb604521.zip
isisd: fix ldp-sync configuration
YANG model and CLI commands allow user to configure LDP-sync per area. But the actual implementation is incorrect - all commands are changing the config for the whole VRF instead of a single area. This commit fixes this issue by actually implementing per area configuration. Fixes #8578. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-isisd.yang8
1 files changed, 4 insertions, 4 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang
index 7c820c961..be7426957 100644
--- a/yang/frr-isisd.yang
+++ b/yang/frr-isisd.yang
@@ -791,10 +791,10 @@ module frr-isisd {
leaf holddown {
type uint16 {
range "0..10000";
- }
- units "seconds";
- description
- "Time to wait for LDP-Sync to occur before restoring interface metric.";
+ }
+ units "seconds";
+ description
+ "Time to wait for LDP-Sync to occur before restoring interface metric.";
}
}