Describe the bug
Very similar to #134/#193. Currently, the interface_item in the unix-system-characteristics-schema schema allows only one IP address. As for issue #193, the interface item needs to allow for both ipv4 and ipv6 addresses.
Replication Steps (if applicable)
Steps to reproduce the behavior:
Use any SCAP processor to create OVAL results.
Expected behavior
For network interfaces that have more than one IP address configured, allow the reporting of both IPv4 and IPv6 addresses in the item.
Technically, while not common, it is possible to configure a single interface to have more than one address of each type. I don't see this often and am open to the idea that updating of the referenced schema might be more robust if it allowed multiple addresses of any type. However, in common use, currently, it appears that it is typical to have only one IPv4 and only one IPv6 for a given interface.
I'd suggest basically copying the changes that were made in #193 to the interface_item schema.
Describe the bug
Very similar to #134/#193. Currently, the interface_item in the unix-system-characteristics-schema schema allows only one IP address. As for issue #193, the interface item needs to allow for both ipv4 and ipv6 addresses.
Replication Steps (if applicable)
Steps to reproduce the behavior:
Use any SCAP processor to create OVAL results.
Expected behavior
For network interfaces that have more than one IP address configured, allow the reporting of both IPv4 and IPv6 addresses in the item.
Technically, while not common, it is possible to configure a single interface to have more than one address of each type. I don't see this often and am open to the idea that updating of the referenced schema might be more robust if it allowed multiple addresses of any type. However, in common use, currently, it appears that it is typical to have only one IPv4 and only one IPv6 for a given interface.
I'd suggest basically copying the changes that were made in #193 to the interface_item schema.