diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-01 10:03:58 +0200 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-04-01 12:32:11 +0200 |
commit | 0d9511561501b56698b6cb7b5fe5162b3efdc3fd (patch) | |
tree | dcfa36f6c626428cac91c7e26e2097e75280d333 /bgpd/bgp_rpki.c | |
parent | Merge pull request #8345 from dslicenc/frr-reload-vrf-static (diff) | |
download | frr-0d9511561501b56698b6cb7b5fe5162b3efdc3fd.tar.xz frr-0d9511561501b56698b6cb7b5fe5162b3efdc3fd.zip |
bgpd: fix build warnings
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgp_rpki.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_rpki.c b/bgpd/bgp_rpki.c index 3d4902aa4..bb85ad393 100644 --- a/bgpd/bgp_rpki.c +++ b/bgpd/bgp_rpki.c @@ -48,6 +48,7 @@ #include "bgpd/bgp_aspath.h" #include "bgpd/bgp_route.h" #include "bgpd/bgp_rpki.h" +#include "northbound_cli.h" #include "lib/network.h" #include "lib/thread.h" @@ -1390,7 +1391,6 @@ DEFUN_YANG (no_match_rpki, { const char *xpath = "./match-condition[condition='frr-bgp-route-map:rpki']"; - char xpath_value[XPATH_MAXLEN]; nb_cli_enqueue_change(vty, xpath, NB_OP_CREATE, NULL); return nb_cli_apply_changes(vty, NULL); |