diff --git a/addons/vrf.py b/addons/vrf.py index 076f887..f79706e 100644 --- a/addons/vrf.py +++ b/addons/vrf.py @@ -366,7 +366,7 @@ class vrf(moduleBase): master_exists = False if master_exists: rtnetlink_api.rtnl_api.link_set(ifacename, "up") - else: + elif ifupdownflags.flags.ALL: self.log_error('vrf %s not around, skipping vrf config' %(vrfname), ifaceobj) except Exception, e: