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/options.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.def.h') diff --git a/src/options.def.h b/src/options.def.h index 6d0efca..a170f3c 100644 --- a/src/options.def.h +++ b/src/options.def.h @@ -28,7 +28,7 @@ SEPARATOR; #endif #ifdef WITH_CMDLINE_OPERATION -OPTION_ARG(option_mode, "--mode" OR "-m", "tap|tun", "Sets the mode of the interface"); +OPTION_ARG(option_mode, "--mode" OR "-m", "tap|multitap|tun", "Sets the mode of operation"); OPTION_ARG(option_interface, "--interface" OR "-i", "", "Sets the name of the TUN/TAP interface to use"); OPTION_ARG(option_mtu, "--mtu" OR "-M", "", "Sets the MTU; must be at least 576"); OPTION_ARG(option_bind, "--bind" OR "-b", "
[:]", "Sets the bind address"); -- cgit v1.2.3