From b665072deca53febe721c8bfef6445ae201a33e8 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 26 Mar 2019 00:25:14 +0100 Subject: Wireguard: Allow multiple channels --- nest/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest') diff --git a/nest/protocol.h b/nest/protocol.h index b1eee720..e73dd5fd 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -477,6 +477,7 @@ struct channel_class { }; extern struct channel_class channel_bgp; +extern struct channel_class channel_wg; struct channel_config { node n; -- cgit v1.2.3