Bug 1898593 - [RFE] Add support for address_sets with arbitrary ip versions
Summary: [RFE] Add support for address_sets with arbitrary ip versions
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise Linux Fast Datapath
Classification: Red Hat
Component: OVN
Version: RHEL 8.0
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: ---
Assignee: OVN Team
QA Contact: Jianlin Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-17 15:41 UTC by Jacob Tanenbaum
Modified: 2023-07-13 07:25 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FD-1660 0 None None None 2021-11-19 14:46:57 UTC

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


Note You need to log in before you can comment on or make changes to this bug.