xNetworking - set multiple IP addresses?

Hi,

Is it possible to set multiple IP Addresses on an Interface using the xIPAddress resource? Something like this:

Node $NodeName
{
xIPAddress NewIPAddress
{
IPAddress = @(‘192.168.10.10’,‘192.168.10.11’)
InterfaceAlias = ‘Ethernet’
PrefixLength = 24
AddressFamily = ‘IPV4’
}
}

I haven’t had any luck with something like that so I’m not sure if it’s possible.

Thanks!

I don’t believe so. But it’s open source and that should be a fairly trivial change. Jump on in and add it!