From 2c6147d4d47e68301e13545fc0a95bd3a16f0e30 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 23 Mar 2015 05:02:36 +0100 Subject: Add multitap mode This new mode of operation uses one TAP interface per peer. --- src/handshake.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/handshake.c') diff --git a/src/handshake.c b/src/handshake.c index 4aa198d..726c117 100644 --- a/src/handshake.c +++ b/src/handshake.c @@ -108,6 +108,7 @@ static inline uint32_t as_uint(const fastd_handshake_record_t *record) { static inline uint8_t get_mode_id(void) { switch (conf.mode) { case MODE_TAP: + case MODE_MULTITAP: return 0; case MODE_TUN: -- cgit v1.2.3