Skip to content

Drop gateway configuration from NetPlan if empty

Davide Pucci requested to merge dpucci/pogo:u1804 into u1804

Having a static IP address doesn't necessarily mean we have also a defined gateway IP: in this specific case, netplan configuration would be invalid, resulting on an unset and down network adapter state, in the final bionic machine. The following instructions make sure to remove the (empty) gateway setting from netplan, if needed.

Merge request reports