[ovs-git] [openvswitch/ovs] b6d7a6: ofproto: Uses the VLOG_WARN_RL instead of VLOG_WAR...

GitHub noreply at github.com
Mon Feb 6 16:31:41 UTC 2017


  Branch: refs/heads/branch-2.7
  Home:   https://github.com/openvswitch/ovs
  Commit: b6d7a6621aa65a85e470f8e6c7b3b9739737bc1c
      https://github.com/openvswitch/ovs/commit/b6d7a6621aa65a85e470f8e6c7b3b9739737bc1c
  Author: nickcooper-zhangtonghao <nic at opencloud.tech>
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
    M ofproto/in-band.c

  Log Message:
  -----------
  ofproto: Uses the VLOG_WARN_RL instead of VLOG_WARN.

There are a lot of logs when OvS bridges, connected to controllers,
can't find the right routes. So we may use the VLOG_WARN_RL instead
of VLOG_WARN to limit the log messages. The netdev-open and
arp-lookingup are in the same case in this function.

Signed-off-by: nickcooper-zhangtonghao <nic at opencloud.tech>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list