[ovs-git] [openvswitch/ovs] e95ce6: utilities: On RHEL 7 systems clean up after upgrad...

GitHub noreply at github.com
Fri Jun 29 22:58:30 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e95ce654b8dd3d85b4004364cb41883080f436f1
      https://github.com/openvswitch/ovs/commit/e95ce654b8dd3d85b4004364cb41883080f436f1
  Author: Greg Rose <gvrose8192 at gmail.com>
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
    M utilities/ovs-kmod-ctl.in

  Log Message:
  -----------
  utilities: On RHEL 7 systems clean up after upgrade

When upgrading from older versions of OVS that used the built-in geneve
kernel module on RHEL 7 systems to newer versions that use the 'compat'
vport_geneve and vport_vxlan drivers we need to clean up some cruft
that might have been left over after the upgrade.

Remove any genev_sys_6081 and vxlan_sys_4789 interfaces and then if
the RHEL 7 geneve or vxlan built-in drivers are loaded remove them
before loading the new drivers.

Removing the geneve and vxlan built-in drivers will prevent occurrences
of the "unassociated datapath" errors that can sometimes occur in some
environments.

Signed-off-by: Greg Rose <gvrose8192 at gmail.com>
Acked-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Justin Pettit <jpettit at ovn.org>


  Commit: 265d70310c69be81ef1a5797087277e19bea1540
      https://github.com/openvswitch/ovs/commit/265d70310c69be81ef1a5797087277e19bea1540
  Author: Greg Rose <gvrose8192 at gmail.com>
  Date:   2018-06-29 (Fri, 29 Jun 2018)

  Changed paths:
    M utilities/ovs-lib.in

  Log Message:
  -----------
  utilities: Fix conntrack flush command

This patch fixes two problems.

1) The 'action "ovs-appctl dpctl/flush-conntrack"' does not do
anything because a command does not follow it.

2) Even after adding the command it still doesn't work - it must be
done before the stop_forwarding command.

In addition, make the message more human friendly.

Signed-off-by: Greg Rose <gvrose8192 at gmail.com>
Acked-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Justin Pettit <jpettit at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/6690de401904...265d70310c69
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list