Allow openvpn options to be specified. If options exist then for tunctl then we prefer that to openvpn, unless openvpn options exist.

This commit is contained in:
Roy Marples
2008-01-30 10:26:52 +00:00
parent ee9476223d
commit e675b2e005
2 changed files with 21 additions and 6 deletions

View File

@@ -768,7 +768,9 @@
# For passing custom options to tunctl use something like the following. This
# example sets the owner to adm
#tunctl_tun1="-u adm"
# When using openvpn, there are no options
# OpenVPN-2.1_rc6 and newer allow --user and --group to set owner and group
# of the node as well
#openvpn_tun1="--user foo --group bar"
#-----------------------------------------------------------------------------
# Bridging (802.1d)