mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 13:19:17 +00:00
bgpd: fix build warnings
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
d6cfe1b884
commit
0d95115615
@ -48,6 +48,7 @@
|
|||||||
#include "bgpd/bgp_aspath.h"
|
#include "bgpd/bgp_aspath.h"
|
||||||
#include "bgpd/bgp_route.h"
|
#include "bgpd/bgp_route.h"
|
||||||
#include "bgpd/bgp_rpki.h"
|
#include "bgpd/bgp_rpki.h"
|
||||||
|
#include "northbound_cli.h"
|
||||||
|
|
||||||
#include "lib/network.h"
|
#include "lib/network.h"
|
||||||
#include "lib/thread.h"
|
#include "lib/thread.h"
|
||||||
@ -1390,7 +1391,6 @@ DEFUN_YANG (no_match_rpki,
|
|||||||
{
|
{
|
||||||
const char *xpath =
|
const char *xpath =
|
||||||
"./match-condition[condition='frr-bgp-route-map:rpki']";
|
"./match-condition[condition='frr-bgp-route-map:rpki']";
|
||||||
char xpath_value[XPATH_MAXLEN];
|
|
||||||
|
|
||||||
nb_cli_enqueue_change(vty, xpath, NB_OP_CREATE, NULL);
|
nb_cli_enqueue_change(vty, xpath, NB_OP_CREATE, NULL);
|
||||||
return nb_cli_apply_changes(vty, NULL);
|
return nb_cli_apply_changes(vty, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user