[ovs-git] [openvswitch/ovs] 6fb9d7: ovs-save: Save igmp flows in ofp_parse syntax.

otherwiseguy noreply at github.com
Tue Nov 30 00:26:39 UTC 2021


  Branch: refs/heads/branch-2.13
  Home:   https://github.com/openvswitch/ovs
  Commit: 6fb9d7ab08d7ca98c5af242b39ee63eb9c913fdd
      https://github.com/openvswitch/ovs/commit/6fb9d7ab08d7ca98c5af242b39ee63eb9c913fdd
  Author: Salvatore Daniele <sdaniele at redhat.com>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M utilities/ovs-save

  Log Message:
  -----------
  ovs-save: Save igmp flows in ofp_parse syntax.

match.c generates the keyword "igmp", which is not supported in ofp-parse.
This means that flow dumps containing 'igmp' can not be restored.

Removing the 'igmp' keyword entirely could break existing scripts in stable
branches, so this patch creates a workaround within ovs-save by converting any
instances of "igmp" within $bridge.flows.dump into "ip, nw_proto=2", and any
instances of igmp_type/code into the generic tp_src/dst.

Signed-off-by: Salvatore Daniele <sdaniele at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: a5e1af7b99ffc7053ada86144cf1642b7b9f5619
      https://github.com/openvswitch/ovs/commit/a5e1af7b99ffc7053ada86144cf1642b7b9f5619
  Author: lic121 <lic121 at chinatelecom.cn>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M Documentation/intro/install/dpdk.rst

  Log Message:
  -----------
  docs/dpdk: Fix install doc.

Remove bad quotes.

Signed-off-by: lic121 <lic121 at chinatelecom.cn>
Acked-by: Eelco Chaudron <echaudro at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 6aac7758c0aec511edc1c5c6c9b7effc8b189b96
      https://github.com/openvswitch/ovs/commit/6aac7758c0aec511edc1c5c6c9b7effc8b189b96
  Author: Terry Wilson <twilson at redhat.com>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M utilities/ovs-lib.in

  Log Message:
  -----------
  ovs-lib: Backup and remove existing DB when joining cluster.

ovsdb-tool join-cluster requires a remote addr, so the existing
code that tried to join a cluster without it when there was an
existing $DB_FILE would fail.

Instead, if we are trying to specifically join a cluster and there
is an existing $DB_FILE, back it up and remove the original before
continuing to join the cluster.

Signed-off-by: Terry Wilson <twilson at redhat.com>
Acked-by: Dumitru Ceara <dceara at redhat.com>
Acked-by: Flavio Fernandes <flavio at flaviof.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/0c93c71f8c27...6aac7758c0ae


More information about the git mailing list