]> git.puffer.fish Git - matthieu/frr.git/commit
lib: remove VRF_BACKEND_UNKNOWN
authorIgor Ryzhov <idryzhov@gmail.com>
Thu, 26 Dec 2024 21:08:21 +0000 (23:08 +0200)
committerIgor Ryzhov <idryzhov@gmail.com>
Wed, 15 Jan 2025 21:38:27 +0000 (23:38 +0200)
commit4877f2f6856366734a9419aaf9616785242c935a
tree125c243b75c066917c6d724574984905750103c5
parent0bc373c573344c8ce847a82615416c6a7178761e
lib: remove VRF_BACKEND_UNKNOWN

The backend type cannot be unknown. It is configured to VRF_LITE by
default in zebra anyway, so just init to VRF_LITE in the lib and remove
the UNKNOWN type.

Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
lib/if.c
lib/vrf.c
lib/vrf.h
zebra/main.c