Bug 1898593

Summary: [RFE] Add support for address_sets with arbitrary ip versions
Product: Red Hat Enterprise Linux Fast Datapath Reporter: Jacob Tanenbaum <jtanenba>
Component: OVNAssignee: OVN Team <ovnteam>
Status: NEW --- QA Contact: Jianlin Shi <jishi>
Severity: unspecified Docs Contact:
Priority: low    
Version: RHEL 8.0CC: ctrautma, mmichels
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jacob Tanenbaum 2020-11-17 15:41:24 UTC
Description of problem:

Today it is possible to add ipv4 and ipv6 addresses to an address_set but one or the other will not be able to be used in a match statement. It would be great if we could set arbitrary ips into an address set and match of any type 


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:

adding ipv4 and ipv6 addresses to an address_set the address_set will only use one. 


Expected results:

It would be easier if we could use arbitrary addresses in an address_set and match off both 



Additional info:

I am not requesting a match on the arbitrary ip as building a match with `ipv4 == address_set && ipv6 == address_set` is easy enough, I would be happy as long as both types of addresses can be added to an address_set and function as it should