
On Thu, Oct 05, 2017 at 09:31:25 +0200, Michal Privoznik wrote:
In cea3715b2e9 and d86fd2402e9d2 I've fixed domifstat and QoS that was reversed for some types of interfaces. Document this in the news file.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 72e15567c..d1117154a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -39,6 +39,17 @@ <section title="Improvements"> </section> <section title="Bug fixes"> + <change> + <summary> + Fix swapped interface statistics and QoS + </summary> + <description> + Due to internal implementation, reported statistics for + some types of interfaces were swapped (RX appeared in + TX and vice versa). Similarly, QoS was set in reversed + way. This is fixed now.
Drop the last sentence. ACK