dracut icon indicating copy to clipboard operation
dracut copied to clipboard

fix(fcoe-uefi): exit early on empty vlan

Open pvalena opened this issue 2 years ago • 18 comments

Exit early in case get_fcoe_boot_vlan exits with error or just an empty string, instead of producing invalid config entry.

Changes

Just handling a corner-case when vlan is empty; this should skip to another vlan if present.

Checklist

  • [ ] I have tested it locally
  • [ ] I have reviewed and updated any documentation if relevant
  • [ ] I am providing new code and test(s) for it

pvalena avatar Jun 07 '23 20:06 pvalena