summaryrefslogtreecommitdiff
path: root/yang/frr-routing.yang
diff options
context:
space:
mode:
authorvdhingra <vdhingra@vmware.com>2020-04-24 05:35:27 -0700
committervdhingra <vdhingra@vmware.com>2020-07-16 08:33:00 -0700
commit565f463e30955fc398c3dec168f5d276f975a516 (patch)
tree120331d74225bd0f77a365e540f0616cb3598950 /yang/frr-routing.yang
parenteac8547afe075c47030a783a2af81d8277ed7b96 (diff)
yang : removed leafref to run CI/CD
Signed-off-by: VishalDhingra <vdhingra@vmware.com>
Diffstat (limited to 'yang/frr-routing.yang')
-rw-r--r--yang/frr-routing.yang2
1 files changed, 1 insertions, 1 deletions
diff --git a/yang/frr-routing.yang b/yang/frr-routing.yang
index 5a06e597e5..0f64f3f481 100644
--- a/yang/frr-routing.yang
+++ b/yang/frr-routing.yang
@@ -150,7 +150,7 @@ module frr-routing {
instance.";
}
leaf vrf {
- type frr-vrf:vrf-ref;
+ type string;
description
"vrf for control-plane protocol";
}