]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: fix VTYSH_VRF definition 15195/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 22:17:26 +0000 (00:17 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 22 Jan 2024 22:17:26 +0000 (00:17 +0200)
commit664d14eadbc18cc711177ad72412b1cb827d64b6
treea537d5ea79ebbab75d25f7e6b8cf0a11409f97a3
parent22d1ad786f6961bf4f685599b5fb16a84b802346
vtysh: fix VTYSH_VRF definition

VTYSH_VRF is a collection of daemon flags, not node flags. The current
code works only because RPKI_VRF_NODE is 1100101 in binary, which
accidentally includes VTYSH_BGPD which is actually needed.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
vtysh/vtysh.h