diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-03-26 00:25:14 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-11-15 00:11:29 +0100 |
commit | b665072deca53febe721c8bfef6445ae201a33e8 (patch) | |
tree | f4b34cc0f1413ad863bf1e61e63f567da7b913d4 /nest | |
parent | 383d9f15bc7d5ac1e39a17c5d98788ea7c36b347 (diff) |
Wireguard: Allow multiple channels
Diffstat (limited to 'nest')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |