mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 18:27:21 +00:00
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:
parent
cd05906c41
commit
3a021e0fc6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user