Allow the NIC VLAN to be set to an empty string
The NIC VLAN has previously not been modified via Haskell, causing the INicParams class not to be used. With the recent job queue refactorings, a modification definition is recorded, and for an empty string (which is a legal default value) a crash happens. This patch fixes this by allowing VLANS to be empty strings on the Haskell side. Signed-off-by:Hrvoje Ribicic <riba@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
Please register or sign in to comment