diff options
author | Martin Fuchs <mfuchs@pfsense.org> | 2007-06-24 21:03:25 +0000 |
---|---|---|
committer | Martin Fuchs <mfuchs@pfsense.org> | 2007-06-24 21:03:25 +0000 |
commit | 8fc63cd85d228fee1480f2fdda0ab4c5dd14e051 (patch) | |
tree | 0d10e9a00e07ea62e1bceb74a0fa7c55f7c83ecb /usr/local/pkg | |
parent | af624dbc832018dd8bb568153c2ed256f2984bba (diff) | |
download | pfsense-8fc63cd85d228fee1480f2fdda0ab4c5dd14e051.zip pfsense-8fc63cd85d228fee1480f2fdda0ab4c5dd14e051.tar.gz |
Add Type-Of-Service-passthru for server and client
Diffstat (limited to 'usr/local/pkg')
-rw-r--r-- | usr/local/pkg/openvpn.xml | 6 | ||||
-rw-r--r-- | usr/local/pkg/openvpn_cli.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml index ab90599..71511ab 100644 --- a/usr/local/pkg/openvpn.xml +++ b/usr/local/pkg/openvpn.xml @@ -285,6 +285,12 @@ <type>input</type> </field> <field> + <fieldname>passtos</fieldname> + <fielddescr>Pass Type-Of-Service</fielddescr> + <description>Checking this will set the TOS field of the tunnel packet to what the payload's TOS is.</description> + <type>checkbox</type> + </field> + <field> <fieldname>custom_options</fieldname> <fielddescr>Custom options</fielddescr> <description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the server configuration.</description> diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml index d199a77..3495f40 100644 --- a/usr/local/pkg/openvpn_cli.xml +++ b/usr/local/pkg/openvpn_cli.xml @@ -196,6 +196,12 @@ <type>checkbox</type> </field> <field> + <fieldname>passtos</fieldname> + <fielddescr>Pass Type-Of-Service</fielddescr> + <description>Checking this will set the TOS field of the tunnel packet to what the payload's TOS is.</description> + <type>checkbox</type> + </field> + <field> <fieldname>custom_options</fieldname> <fielddescr>Custom options</fielddescr> <description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the client configuration.</description> |