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