Commit b1eee784 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

remove unused burst in trafficshaper search, closes https://github.com/opnsense/core/issues/1406

(cherry picked from commit 25d38d96)
parent e5822199
......@@ -201,7 +201,7 @@ class SettingsController extends ApiControllerBase
$grid = new UIModelGrid($mdlShaper->pipes->pipe);
return $grid->fetchBindRequest(
$this->request,
array("enabled","number", "bandwidth","bandwidthMetric","burst","description","mask","origin"),
array("enabled","number", "bandwidth","bandwidthMetric","description","mask","origin"),
"number"
);
}
......
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