mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 13:22:02 +00:00
Merge pull request #5126 from qlyoung/fix-grpc-build
lib: fix gRPC northbound plugin build
This commit is contained in:
commit
d00d0f9634
@ -18,6 +18,8 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
#include <grpcpp/grpcpp.h>
|
||||||
|
#include "grpc/frr-northbound.grpc.pb.h"
|
||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "libfrr.h"
|
#include "libfrr.h"
|
||||||
@ -32,9 +34,6 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include <grpcpp/grpcpp.h>
|
|
||||||
#include "grpc/frr-northbound.grpc.pb.h"
|
|
||||||
|
|
||||||
#define GRPC_DEFAULT_PORT 50051
|
#define GRPC_DEFAULT_PORT 50051
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user