summaryrefslogtreecommitdiff
path: root/yang/frr-isisd.yang
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-04-23 09:23:40 -0400
committerGitHub <noreply@github.com>2019-04-23 09:23:40 -0400
commit7d6f618dd54fb33bc0b471ba26e592237b3ddac7 (patch)
treec049d184aac60234b5b7c23b08f18e8f46d3e10c /yang/frr-isisd.yang
parentc1f0465a3d15f6e7fc709e5523b3ac7b4f62cfd6 (diff)
parent9c95fe698634d1663b9f321b588ac4f81d8492c6 (diff)
Merge pull request #4137 from Orange-OpenSource/TE
isisd: Add IS-IS-TE support per Area
Diffstat (limited to 'yang/frr-isisd.yang')
-rw-r--r--yang/frr-isisd.yang16
1 files changed, 8 insertions, 8 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang
index d0d11c8676..7b132cb61e 100644
--- a/yang/frr-isisd.yang
+++ b/yang/frr-isisd.yang
@@ -707,16 +707,16 @@ module frr-isisd {
description
"Log changes to the IS-IS adjacencies in this area.";
}
- }
- container mpls-te {
- presence "Present if MPLS-TE is enabled.";
- description
- "Enable MPLS-TE functionality.";
- leaf router-address {
- type inet:ipv4-address;
+ container mpls-te {
+ presence "Present if MPLS-TE is enabled.";
description
- "Stable IP address of the advertising router.";
+ "Enable MPLS-TE functionality.";
+ leaf router-address {
+ type inet:ipv4-address;
+ description
+ "Stable IP address of the advertising router.";
+ }
}
}
}