summaryrefslogtreecommitdiff
path: root/lib/match.c
diff options
context:
space:
mode:
authorSalvatore Daniele <sdaniele@redhat.com>2021-11-04 15:39:45 -0400
committerIlya Maximets <i.maximets@ovn.org>2021-11-29 22:28:04 +0100
commit59622fd1bc5ce92d01eae19b321695ee56ddec53 (patch)
tree827b1c0163fb093fd40d5c40051c7268de02a575 /lib/match.c
parent3b2982c423f75c1512467643ee2b8b5df46a5185 (diff)
downloadopenvswitch-59622fd1bc5ce92d01eae19b321695ee56ddec53.tar.gz
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@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'lib/match.c')
0 files changed, 0 insertions, 0 deletions