Comment 8 for bug 1506521

Revision history for this message
Chris Valean (cvalean) wrote :

Hi Joe,
One issue I'm seeing with the new script is that it seems to be ignoring the netmask parameter.

In our test network the dhcp assigned is a /23, and that is set on the Ubuntu 15.10 VM.
When we simulate the IP injection, although the network configuration changes and we still have connectivity, the netmask gets 'reset' to 255.0.0.0.
I'm not seeing anything in the logs or manually running the hv_set_ifconfig script.
In the generated ifcfg-eth0 file there is the NETMASK0 field with the right one we're trying to parse, however the script seems to be ignoring it, as it doesn't get in the interfaces config file.

Are you seeing the same behavior?