]> git.puffer.fish Git - matthieu/frr.git/commitdiff
yang : removed leafref to run CI/CD
authorvdhingra <vdhingra@vmware.com>
Fri, 24 Apr 2020 12:35:27 +0000 (05:35 -0700)
committervdhingra <vdhingra@vmware.com>
Thu, 16 Jul 2020 15:33:00 +0000 (08:33 -0700)
Signed-off-by: VishalDhingra <vdhingra@vmware.com>
yang/frr-nexthop.yang
yang/frr-routing.yang

index 8d47183b83a6ffe513c7da6bee43c5a74d131dbc..c918a7cbfdc38fc170aaf06db72146c557318859 100644 (file)
@@ -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.";
     }
index 5a06e597e5eebd84485c2e2ab37b341074ef7f49..0f64f3f481988a29b197a33ef4433ed54e898e85 100644 (file)
@@ -150,7 +150,7 @@ module frr-routing {
              instance.";
         }
         leaf vrf {
-          type frr-vrf:vrf-ref;
+          type string;
           description
             "vrf for control-plane protocol";
         }