mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-31 17:56:25 +00:00
The SR-TE color YANG leaf is optional so it shouldn't be created unconditionally (it doesn't have a default value). Fixes warnings like this when routes are created without specifying a SR-TE color: STATIC: libyang: Invalid value "" in "srte-color" element. (/frr-routing:routing/control-plane-protocols/control-plane-protocol[type='frr-s taticd:staticd'][name='staticd'][vrf='default']/frr-staticd:staticd/route-list[p refix='99.0.0.1/32'][afi-safi='frr-routing:ipv4-unicast']/path-list[distance='1' ]/frr-nexthops/nexthop[nh-type='ip4'][vrf='default'][gateway='192.168.1.2'][inte rface='(null)']/srte-color) Signed-off-by: Renato Westphal <renato@opensourcerouting.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| static_debug.c | ||
| static_debug.h | ||
| static_main.c | ||
| static_memory.c | ||
| static_memory.h | ||
| static_nb_config.c | ||
| static_nb.c | ||
| static_nb.h | ||
| static_nht.c | ||
| static_nht.h | ||
| static_routes.c | ||
| static_routes.h | ||
| static_vrf.c | ||
| static_vrf.h | ||
| static_vty.c | ||
| static_vty.h | ||
| static_zebra.c | ||
| static_zebra.h | ||
| staticd.conf.sample | ||
| subdir.am | ||