]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - ifupdownaddons/cache.py
addons: vrf: redo iproute2 vrf interface map handling
[mirror_ifupdown2.git] / ifupdownaddons / cache.py
index 61773b5aef1ee67eedcefed24fea42745aff3ad1..311082e08181b2809759c1cf5d4f3c2a7cc930d0 100644 (file)
@@ -23,6 +23,8 @@ class linkCache():
                                         <ports> : {
                                                   } """
     links = {}
+    vrfs = {}
+
     @classmethod
     def get_attr(cls, mapList):
         return reduce(lambda d, k: d[k], mapList, linkCache.links)