]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: move rpki variables in a per vrf fist
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 4 Sep 2019 15:51:22 +0000 (17:51 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 18 Jan 2024 11:01:53 +0000 (12:01 +0100)
commitf1916d436a4561c977003042974490c3edb3aa97
tree840975ad40ce8cdc521c97de5cbc96b027def7a9
parent94178edac3b36c6b2ebc09173a589b14419cf04e
bgpd: move rpki variables in a per vrf fist

RPKI stores its data in global variables. It does not allow specific
date per VRF.

Move global variable to a new structure named rpki_vrf and maintain a
per VRF list of rpki_vrf. The changes are cosmetic because only the
default VRF is supported yet.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_rpki.c