]> git.proxmox.com Git - mirror_frr.git/commit
staticd : Added the warning log for route when VRF is not ready.
authorvdhingra <vdhingra@vmware.com>
Mon, 10 Aug 2020 07:00:09 +0000 (00:00 -0700)
committervdhingra <vdhingra@vmware.com>
Tue, 1 Sep 2020 04:12:21 +0000 (21:12 -0700)
commitb2f6ab679c4d9fa0239fdf02ee6ed55eb18e1a4e
tree100eb82ca035bdf77b960db94256ee97e6249c69
parent5c2bb617630184fcf1e759bb647fd8a323fce4e4
staticd : Added the warning log for route when VRF is not ready.

During the yangification of staticd, refactoring of code
around static_hold_route data struct has been done, In this
context warning log message when VRF is not ready had been
removed. This should not be removed, adding it back.

I have missed one MPLS validation too, adding it back.

Signed-off-by: vishaldhingra <vdhingra@vmware.com>
staticd/static_debug.c
staticd/static_debug.h
staticd/static_nb_config.c
staticd/static_nht.h
staticd/static_routes.c
staticd/static_routes.h
staticd/static_vty.c
staticd/static_zebra.c