diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 00a07b4..b3d07e6 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -920,6 +920,20 @@ config TCPSVD tcpsvd listens on a TCP port and runs a program for each new connection. +config TUNCTL + bool "tunctl" + default n + help + tunctl creates or deletes tun devices. + +config FEATURE_TUNCTL_UG + bool "Support owner:group assignment" + default n + depends on TUNCTL + help + Allow to specify owner and group of newly created interface. + 340 bytes of pure bloat. Say no here. + config UDPSVD bool "udpsvd" default n |