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 <sapk@vmware.com>
This commit is contained in:
Santosh P K 2020-04-03 12:15:20 -07:00
parent cd05906c41
commit 3a021e0fc6

View File

@ -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 {