]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix "no vrf" command 15278/head
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 1 Feb 2024 22:18:30 +0000 (00:18 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 1 Feb 2024 23:22:50 +0000 (01:22 +0200)
commit75662912e316c6130ce44ede457ba3db03d87e00
tree39fcae0f343775918e53e9143dc22b02c5ac0296
parent9d8fd14b56a7c0a35d761c323084083b957ecb86
lib: fix "no vrf" command

Remove operational data check from CLI command. It never works in mgmtd
and it is not needed in backend daemons because it's done in
`lib_vrf_destroy` callback.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/vrf.c