diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/qos-policy/network-emulator/node.tag/packet-reordering/node.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/qos-policy/network-emulator/node.tag/packet-reordering/node.def b/templates/qos-policy/network-emulator/node.tag/packet-reordering/node.def index 5eb7261..278d4a5 100644 --- a/templates/qos-policy/network-emulator/node.tag/packet-reordering/node.def +++ b/templates/qos-policy/network-emulator/node.tag/packet-reordering/node.def @@ -1,6 +1,8 @@ type: txt help: Set emulated packet reordering percentage syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --percent \"$VAR(@)\"" +commit:expression: $VAR(../network-delay) != "" ; \ + "Must specify network-delay for packet reordering" comp_help: Allowed values: <number>%% Percentage of packets affected |