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

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


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 0ca7bf8a4f7de8dda81a32865aee87a1a4fde63d
      https://github.com/openvswitch/ovs/commit/0ca7bf8a4f7de8dda81a32865aee87a1a4fde63d
  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