diff options
author | Jim P <jim@pingle.org> | 2012-09-05 05:20:48 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2012-09-05 05:20:48 -0700 |
commit | 764bf83b5ad5e6c52e8f26ab4b980fc6fbd800b8 (patch) | |
tree | a1e77495447fbbf15e78a10d63605e90adc72c2b /config/tinc/tinc_config.xml | |
parent | 3805bb193ee4af9afbd1c29a327021ef11dd31ed (diff) | |
parent | dd7f44bca1cab52627b02739c677d5d40b5c812d (diff) | |
download | pfsense-packages-764bf83b5ad5e6c52e8f26ab4b980fc6fbd800b8.tar.gz pfsense-packages-764bf83b5ad5e6c52e8f26ab4b980fc6fbd800b8.tar.bz2 pfsense-packages-764bf83b5ad5e6c52e8f26ab4b980fc6fbd800b8.zip |
Merge pull request #319 from apnar/master
Auto add and remove interface group for tinc VPN interfaces
Diffstat (limited to 'config/tinc/tinc_config.xml')
-rw-r--r-- | config/tinc/tinc_config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/tinc/tinc_config.xml b/config/tinc/tinc_config.xml index 6c3cce71..3878450f 100644 --- a/config/tinc/tinc_config.xml +++ b/config/tinc/tinc_config.xml @@ -144,7 +144,7 @@ <field> <fielddescr>Interface Up Script</fielddescr> <fieldname>tinc_up</fieldname> - <description>This script is executed right after the tinc daemon has connected to the virtual network device. By default a tinc-up file is created that brings up the tinc interface with the IP Address and Netmask specified above. Entering a value here complely replaces the default script so be sure to bring up the interface in this script.</description> + <description>This script is executed right after the tinc daemon has connected to the virtual network device. By default a tinc-up file is created that brings up the tinc interface with the IP Address and Netmask specified above and adds it to the tinc interface group. Entering a value here complely replaces the default script so be sure to bring up the interface in this script.</description> <type>textarea</type> <encoding>base64</encoding> <rows>8</rows> |