diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-20 13:07:48 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-20 13:07:48 -0700 |
commit | 388c273b8583d448a0414e03a656b91545b55d7f (patch) | |
tree | ea42e3fa8067f8ada3c6508c08e175cd95764a4d | |
parent | 182cda3d11cc48437b25022bf2b08b2fa329da1f (diff) | |
download | vyatta-cfg-qos-388c273b8583d448a0414e03a656b91545b55d7f.tar.gz vyatta-cfg-qos-388c273b8583d448a0414e03a656b91545b55d7f.zip |
change default packet size ot 1024
-rw-r--r-- | templates/qos-policy/weighted-random/node.tag/class/node.tag/packet-length/node.def | 4 | ||||
-rw-r--r-- | templates/qos-policy/weighted-random/node.tag/default/packet-length/node.def | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/qos-policy/weighted-random/node.tag/class/node.tag/packet-length/node.def b/templates/qos-policy/weighted-random/node.tag/class/node.tag/packet-length/node.def index 852bad4..60e4f35 100644 --- a/templates/qos-policy/weighted-random/node.tag/class/node.tag/packet-length/node.def +++ b/templates/qos-policy/weighted-random/node.tag/class/node.tag/packet-length/node.def @@ -1,5 +1,5 @@ type: u32 help: Set average packet length -default: 1460 +default: 1024 comp_help: Define average packet length in bytes for bandwidth calculation - (default 1460) + (default 1024) diff --git a/templates/qos-policy/weighted-random/node.tag/default/packet-length/node.def b/templates/qos-policy/weighted-random/node.tag/default/packet-length/node.def index 852bad4..60e4f35 100644 --- a/templates/qos-policy/weighted-random/node.tag/default/packet-length/node.def +++ b/templates/qos-policy/weighted-random/node.tag/default/packet-length/node.def @@ -1,5 +1,5 @@ type: u32 help: Set average packet length -default: 1460 +default: 1024 comp_help: Define average packet length in bytes for bandwidth calculation - (default 1460) + (default 1024) |