summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2019-04-15 16:11:40 +0200
committerOlivier Dugeon <olivier.dugeon@orange.com>2019-04-15 16:22:38 +0200
commit9c95fe698634d1663b9f321b588ac4f81d8492c6 (patch)
treeafb291410a270fd94935108c9a2b2abf315d9fba /yang
parentMerge pull request #4130 from donaldsharp/show_frr (diff)
downloadfrr-9c95fe698634d1663b9f321b588ac4f81d8492c6.tar.xz
frr-9c95fe698634d1663b9f321b588ac4f81d8492c6.zip
Issue #4032: Add IS-IS-TE support per Area
- Change MPLS-TE from global to per Area - Add new mpls_te_area structure to area in replacement of global variable isisMPLS_TE - Move mpls-te frmo global to instance in frr-isisd.yang - Change code in isis_te.c, isis_northbound.c, isis_cli.c, isis_pdu.c, isis_lsp.c and isis_zebra.c accordingly Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to '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 32b4d3acf..16bd3131a 100644
--- a/yang/frr-isisd.yang
+++ b/yang/frr-isisd.yang
@@ -709,16 +709,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.";
+ }
}
}
}