From af611f93aa5040acc606ed289a873bf1136831c2 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 20 Jan 2023 15:55:47 +0100 Subject: BGP: Add received role value to role mismatch log message --- proto/pipe/pipe.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proto/pipe') 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) { -- cgit v1.2.3