diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-20 15:55:47 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-20 15:55:47 +0100 |
commit | af611f93aa5040acc606ed289a873bf1136831c2 (patch) | |
tree | dcd61f23c2fb91c7d60117e06aaff8943c2ecfa0 /proto/pipe | |
parent | 804916daa91834a4740edba96a43c7f0a43744b3 (diff) |
BGP: Add received role value to role mismatch log message
Diffstat (limited to 'proto/pipe')
-rw-r--r-- | proto/pipe/pipe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c index a4c5b1d4..d48ce387 100644 --- a/proto/pipe/pipe.c +++ b/proto/pipe/pipe.c @@ -43,10 +43,6 @@ #include "pipe.h" -#ifdef CONFIG_BGP -#include "proto/bgp/bgp.h" -#endif - static void pipe_rt_notify(struct proto *P, struct channel *src_ch, net *n, rte *new, rte *old) { |