Commit 8b994d62 authored by Ad Schellevis's avatar Ad Schellevis

(traffic shaper) work in progress integrating dummynet pipes

parent 8cefe409
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
OPNsense traffic shaper OPNsense traffic shaper
</description> </description>
<items> <items>
<pipes>
<pipe type="ArrayField"> <pipe type="ArrayField">
<number type="IntegerField"> <number type="IntegerField">
<MinimumValue>1</MinimumValue> <MinimumValue>1</MinimumValue>
...@@ -44,5 +45,6 @@ ...@@ -44,5 +45,6 @@
<Required>N</Required> <Required>N</Required>
</description> </description>
</pipe> </pipe>
</pipes>
</items> </items>
</model> </model>
...@@ -24,6 +24,13 @@ ...@@ -24,6 +24,13 @@
#====================================================================================== #======================================================================================
flush flush
#======================================================================================
# define dummynet pipes
#======================================================================================
{% if helpers.exists('OPNsense.TrafficShaper.pipe') %}
{% endif %}
#====================================================================================== #======================================================================================
# general purpose rules 1...1000 # general purpose rules 1...1000
#====================================================================================== #======================================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment