From: Santosh P K Date: Fri, 3 Apr 2020 19:15:20 +0000 (-0700) Subject: lib: [YANG] Route-map inteface forward ref X-Git-Tag: base_7.4~140^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F6149%2Fhead;p=mirror%2Ffrr.git lib: [YANG] Route-map inteface forward ref To satisfy forward reference for interface in route-map. Libyang 0.16 does not support leafref yet. Signed-off-by: Santosh P K --- diff --git a/yang/frr-route-map.yang b/yang/frr-route-map.yang index eea29733a3..106593d9d3 100644 --- a/yang/frr-route-map.yang +++ b/yang/frr-route-map.yang @@ -210,7 +210,7 @@ module frr-route-map { case interface { when "./condition = 'interface'"; leaf interface { - type frr-interface:interface-ref; + type string; } } case access-list-num {