diff options
author | apnar <jlukens@botch.com> | 2012-09-04 00:14:37 +0000 |
---|---|---|
committer | apnar <jlukens@botch.com> | 2012-09-04 00:14:37 +0000 |
commit | e732b03ead7f7e57b82738fb432f2f4b5dc8254a (patch) | |
tree | cb93e6727a2defeaaaa45649b248854bb9bfe373 /config/tinc/tinc_config.xml | |
parent | 4126868d030416f81720259b60c2b5cf5e8cb945 (diff) | |
download | pfsense-packages-e732b03ead7f7e57b82738fb432f2f4b5dc8254a.tar.gz pfsense-packages-e732b03ead7f7e57b82738fb432f2f4b5dc8254a.tar.bz2 pfsense-packages-e732b03ead7f7e57b82738fb432f2f4b5dc8254a.zip |
Add interface group on install, remove it on uninstall, and add interfaces to it.
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> |