From 565f463e30955fc398c3dec168f5d276f975a516 Mon Sep 17 00:00:00 2001 From: vdhingra Date: Fri, 24 Apr 2020 05:35:27 -0700 Subject: [PATCH] yang : removed leafref to run CI/CD Signed-off-by: VishalDhingra --- yang/frr-nexthop.yang | 4 ++-- yang/frr-routing.yang | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yang/frr-nexthop.yang b/yang/frr-nexthop.yang index 8d47183b83..c918a7cbfd 100644 --- a/yang/frr-nexthop.yang +++ b/yang/frr-nexthop.yang @@ -156,7 +156,7 @@ module frr-nexthop { } leaf vrf { - type frr-vrf:vrf-ref; + type string; description "The nexthop vrf name, if different from the route."; } @@ -167,7 +167,7 @@ module frr-nexthop { } leaf interface { - type frr-interface:interface-ref; + type string; description "The nexthop egress interface."; } 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"; } -- 2.39.5