From 83a043f7db16b0143ae01eee043bdaca86308383 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 23 Sep 2019 17:28:59 +0200 Subject: Wireguard: Remove bgp include --- proto/wireguard/wireguard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c index 4f006d1e..76333fb5 100644 --- a/proto/wireguard/wireguard.c +++ b/proto/wireguard/wireguard.c @@ -13,10 +13,11 @@ #include "sysdep/linux/wireguard.h" #include "sysdep/unix/unix.h" #include "wireguard.h" -#include "proto/bgp/bgp.h" #define SOCKET_PATH PATH_RUNSTATEDIR "/wireguard/" +#define BA_TUNNEL_ENCAP 0x17 + static char *get_socket_path(struct wg_proto *p, char *buf, uint size) { -- cgit v1.2.3