mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
-n sets DRYRUN flags, when DRYRUN is set many functions return True (like link_exists), in this case vxlanattrs is set to False because not cached. But since link_exists=True we still try to access it like a dictionary. Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>