and this too

This commit is contained in:
2020-05-18 05:48:40 -04:00
parent ca594b09dd
commit 8cb29762a7
2 changed files with 4 additions and 3 deletions

View File

@@ -151,6 +151,7 @@ class Tunnel(object):
self.client = None
self.server = None
self.endpoint = None
self.ra = None
self.ra_provider = None
self.allocations = {} # This is a dict of {}[alloc.id] = Allocation obj (as provided by HE)
self.assignments = [] # This is a list of Assignment objs