diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/qos.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in index c7bd8606a..ccc2dc039 100644 --- a/interface-definitions/qos.xml.in +++ b/interface-definitions/qos.xml.in @@ -132,6 +132,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="triple-isolate"> + <properties> + <help>Flows are defined by the 5-tuple, and fairness is applied over source and destination addresses intelligently (ie. not merely by host-pairs), and also over individual flows (default)</help> + <valueless/> + </properties> + </leafNode> <leafNode name="nat"> <properties> <help>Perform NAT lookup before applying flow-isolation rules</help> |