summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2021-04-26 20:13:08 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2021-04-29 16:05:21 +0200
commit1457b1d5dfe8e762487641667ee448b287e9c813 (patch)
treeb5aafd28b605c6223bd5bd28e9d1e99724fe68ee /yang
parentisisd: don't use operational data in "ip/ipv6 router isis" (diff)
downloadfrr-1457b1d5dfe8e762487641667ee448b287e9c813.tar.xz
frr-1457b1d5dfe8e762487641667ee448b287e9c813.zip
isisd, yang: remove vrf leaf from isis interface node
This is very confusing and incorrect. We can and should use vrf leaf of the interface itself instead. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-isisd.yang7
1 files changed, 0 insertions, 7 deletions
diff --git a/yang/frr-isisd.yang b/yang/frr-isisd.yang
index be7426957..46ad8d397 100644
--- a/yang/frr-isisd.yang
+++ b/yang/frr-isisd.yang
@@ -506,13 +506,6 @@ module frr-isisd {
"Area-tag associated to this circuit.";
}
- leaf vrf {
- type frr-vrf:vrf-ref;
- default "default";
- description
- "VRF NAME.";
- }
-
leaf ipv4-routing {
type boolean;
default "false";