diff options
| author | vdhingra <vdhingra@vmware.com> | 2020-04-24 05:35:27 -0700 | 
|---|---|---|
| committer | vdhingra <vdhingra@vmware.com> | 2020-07-16 08:33:00 -0700 | 
| commit | 565f463e30955fc398c3dec168f5d276f975a516 (patch) | |
| tree | 120331d74225bd0f77a365e540f0616cb3598950 /yang | |
| parent | eac8547afe075c47030a783a2af81d8277ed7b96 (diff) | |
yang : removed leafref to run CI/CD
Signed-off-by: VishalDhingra <vdhingra@vmware.com>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-nexthop.yang | 4 | ||||
| -rw-r--r-- | 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";          }  | 
