From 7c45b93a5a6d63b6b7f1dff38279e3acb5ac2e57 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 285dcf69..ffbff121 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -482,6 +482,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