From: vdhingra Date: Fri, 24 Apr 2020 12:35:27 +0000 (-0700) Subject: yang : removed leafref to run CI/CD X-Git-Tag: base_7.5~179^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=565f463e30955fc398c3dec168f5d276f975a516;p=matthieu%2Ffrr.git yang : removed leafref to run CI/CD Signed-off-by: VishalDhingra --- 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"; }