[ovs-git] [openvswitch/ovs] 2383df: vswitchd: Fix IFACE_STAT name error in iface_refre...

GitHub noreply at github.com
Wed Jul 12 04:39:53 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 2383dfe6b214581634726bd25df7ad0680b338f8
      https://github.com/openvswitch/ovs/commit/2383dfe6b214581634726bd25df7ad0680b338f8
  Author: Zhenyu Gao <sysugaozhenyu at gmail.com>
  Date:   2017-07-11 (Tue, 11 Jul 2017)

  Changed paths:
    M vswitchd/bridge.c

  Log Message:
  -----------
  vswitchd: Fix IFACE_STAT name error in iface_refresh_stats

The element of rx_1024_to_1522_packets has wrong name(rx_1024_to_1518_packets).
Change it from rx_1024_to_1518_packets to rx_1024_to_1522_packets, it should
record packets between 1024 to 1522.

The element of tx_1024_to_1522_packets has wrong name(tx_1024_to_1518_packets).
Change it from tx_1024_to_1518_packets to tx_1024_to_1522_packets, it should
record packets between 1024 to 1522.

CC: mweglicx <michalx.weglicki at intel.com>
Fixes: d6e3feb57c44 ("Add support for extended netdev statistics based on RFC 2819.")
Signed-off-by: Zhenyu Gao <sysugaozhenyu at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list