diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-03-26 00:25:14 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-09-13 18:05:34 +0200 |
commit | 4412696e26de4c91cb71ac08a35e92054764b047 (patch) | |
tree | 294b2de96912c1600e2b7baef8dcc06e96cc3eac /nest | |
parent | 918413cdd634690d130be27398878bf7a94b7434 (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 cc76231e..2ec7bcb8 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -481,6 +481,7 @@ struct channel_class { }; extern struct channel_class channel_bgp; +extern struct channel_class channel_wg; struct channel_config { node n; |