[ovs-git] [openvswitch/ovs] 24605d: ovs-ctl: do not attempt to restore flows when call...

GitHub noreply at github.com
Fri Aug 21 18:03:15 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 24605d4e58ff5d74845d9ae9339f723c0f13608f
      https://github.com/openvswitch/ovs/commit/24605d4e58ff5d74845d9ae9339f723c0f13608f
  Author: Simon Horman <simon.horman at netronome.com>
  Date:   2015-08-21 (Fri, 21 Aug 2015)

  Changed paths:
    M utilities/ovs-ctl.in

  Log Message:
  -----------
  ovs-ctl: do not attempt to restore flows when called with --delete-bridges

When called with --delete-bridges saved flows cannot be restored as the
bridges to which they belong no longer exist. This results in the following
error messages on restart.

ovs-ofctl: br0 is not a bridge or a socket
Restoring saved flows ... failed!

Although there is no effect of this error other than the message
it seems worth avoiding. This patch does so by skipping saving of flows
when --delete-bridges is in effect.

As flows are no longer saved when --delete-bridges is in effect
a side-effect of this change is that restart may be faster when
there are many flows.

Signed-off-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list