From ccb743cf0fd96df93f28d526a0d39b5f87c981ef Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 19 Apr 2017 10:07:40 +0000 Subject: Add direction field to QoS bandwidth limit. This patch enables the direction ('ingress'/'egress') field on the QoS bandwidth limit rule object and CRUD commands. Closes-Bug: #1614121 Depends-On: Ia13568879c2b6f80fb190ccafe7e19ca05b0c6a8 Depends-On: I90c412a5c8757b3ffe8abfc1165a70bdb8744702 Change-Id: Ic6981474f22efbf294ac11c2e0304b04494a1bbe --- ...d-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml b/releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml new file mode 100644 index 00000000..43a8e56d --- /dev/null +++ b/releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + Added directionality to Network QoS rule type ``bandwidth-limit`` in + ``network qos rule create`` and ``network qos rule set`` commands. + This makes the options ``--egress`` and ``--ingress`` valid for the ``bandwidth-limit`` + rule type. + [Bug `1614121 `_] -- cgit v1.2.1