summaryrefslogtreecommitdiff
path: root/nest
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2019-03-26 00:25:14 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2021-01-12 23:34:17 +0100
commit7c45b93a5a6d63b6b7f1dff38279e3acb5ac2e57 (patch)
tree66664cf4eaa537ec8f9608fb167946da6edb12e5 /nest
parent659ef444ad3ea6cd470101f99f1267eb7f6fdf4b (diff)
Wireguard: Allow multiple channels
Diffstat (limited to 'nest')
-rw-r--r--nest/protocol.h1
1 files changed, 1 insertions, 0 deletions
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;