No, it does not. The issue is this: if you set a static IP address in the configuration, at booting, the container still has BOOTPROTO=none, when it should be BOOTPROTO=static. Since it has BOOTPROTO=none, it defaults to DHCP.
If I set "static" in the configuration, it has to migrate to the...