oh, maybe this one:
https://github.com/CumulusNetworks/ifupdown2/issues/174
"
having a mix of both "static" and "dhcp" stanza is currently not supported.
The work around is to add your static ip using pre-up / up / post-up attributes and use iproute2 to set your static ip.
Not ideal I know but to support both type some adjustment are needed to a core object (ifaceobj) - basically the addr_method need to become a list, but this attribute is used in many places so it's won't be a trivial change.
Feel free to have a look and maybe write a patch for it if you have free cycles. I think the workaround would be enough for now for your use case.
"
https://github.com/CumulusNetworks/ifupdown2/issues/174
"
having a mix of both "static" and "dhcp" stanza is currently not supported.
The work around is to add your static ip using pre-up / up / post-up attributes and use iproute2 to set your static ip.
Not ideal I know but to support both type some adjustment are needed to a core object (ifaceobj) - basically the addr_method need to become a list, but this attribute is used in many places so it's won't be a trivial change.
Feel free to have a look and maybe write a patch for it if you have free cycles. I think the workaround would be enough for now for your use case.
"