Mutliple data interfaces possible?

Hi, we’ve got 3 different nodes that will be used in our portworx environment, and each has a different naming of the network interface that will be used for data and management traffic.

For example, one has ens256 and one has ens1f0np0.

In our YAML for deployment, can we have multiple items in:

  network:
    dataInterface: ens224
    mgmtInterface: ens256

Has anyone used a configuration similar before?

For example, can we set dataInterface to ‘ens224,ens1f0np0’ ?