summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2019-03-26 00:25:14 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2020-05-08 18:52:55 +0200
commit0d19c1ba2e0bd23680c0c7fb3b734d9afe2df3b8 (patch)
tree632c566c37ed1a4d03fa9da5384ba9abdfde2111 /nest/protocol.h
parentf72a2873b0616cf232ec312da2629058bc3710ca (diff)
Wireguard: Allow multiple channels
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index b46d37fe..0fca20af 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;