aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-26 16:56:15 -0500
committerScott Ullrich <sullrich@sullrich-MacBookPro.local>2009-02-26 16:56:15 -0500
commitbe985ab50dc2a7a3cd6597b67503d5247df157da (patch)
tree187d9c178ed13d1618edd50a3c79003d23ca106b
parent44aa888c705d2dae4093b5653a42e43a79589dc7 (diff)
downloadpfsense-packages-be985ab50dc2a7a3cd6597b67503d5247df157da.tar.gz
pfsense-packages-be985ab50dc2a7a3cd6597b67503d5247df157da.tar.bz2
pfsense-packages-be985ab50dc2a7a3cd6597b67503d5247df157da.zip
Add expedited forwarding tos bit checkbox
-rw-r--r--config/siproxd.inc3
-rw-r--r--config/siproxd.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/config/siproxd.inc b/config/siproxd.inc
index bfa5529b..fee47a90 100644
--- a/config/siproxd.inc
+++ b/config/siproxd.inc
@@ -153,6 +153,9 @@ function sync_package_siproxd() {
}
}
+ if($_POST['expeditedforwarding'] != "")
+ fwrite($fout, "rtp_dscp = 46\n");
+
fclose($fout);
write_rcfile(array(
diff --git a/config/siproxd.xml b/config/siproxd.xml
index 5fb56f5e..deccf90d 100644
--- a/config/siproxd.xml
+++ b/config/siproxd.xml
@@ -155,6 +155,13 @@
<description>Enter the port of the outbound proxy to send all traffic to. This is only useful if you have multiple masquerading firewalls to cross.</description>
<type>input</type>
</field>
+ <field>
+ <fielddescr>Expedited Forwarding</fielddescr>
+ <fieldname>expeditedforwarding</fieldname>
+ <description>This service is designed to allow ISPs to offer a service with attributes similar to a "leased line". This service offers the ULTIMATE IN LOW LOSS, LOW LATENCY AND LOW JITTER by ensuring that there is always sufficient room in output queues for the contracted expedited forwarding traffic.
+ </description>
+ <type>checkbox</type>
+ </field>
</fields>
<custom_php_global_functions>
</custom_php_global_functions>