summaryrefslogtreecommitdiffstats
path: root/src/options.def.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 05:02:36 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 05:02:36 +0100
commit2c6147d4d47e68301e13545fc0a95bd3a16f0e30 (patch)
tree6f0d98631ac7c8034b59a60eb92deca53a4547a7 /src/options.def.h
parent3371cf38ac3fad7c2d446400a772b25992ee8c82 (diff)
downloadfastd-2c6147d4d47e68301e13545fc0a95bd3a16f0e30.tar
fastd-2c6147d4d47e68301e13545fc0a95bd3a16f0e30.zip
Add multitap mode
This new mode of operation uses one TAP interface per peer.
Diffstat (limited to 'src/options.def.h')
-rw-r--r--src/options.def.h2
1 files changed, 1 insertions, 1 deletions
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", "<name>", "Sets the name of the TUN/TAP interface to use");
OPTION_ARG(option_mtu, "--mtu" OR "-M", "<mtu>", "Sets the MTU; must be at least 576");
OPTION_ARG(option_bind, "--bind" OR "-b", "<address>[:<port>]", "Sets the bind address");