mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
fixup! maria's test aggregator minor fixes
This commit is contained in:
parent
442bea27d4
commit
2406950068
@ -68,7 +68,7 @@ class IPTrie:
|
||||
if len(intersection) > 0:
|
||||
nap.local = self.agrclass(net, sorted(intersection)[0])
|
||||
nap.buckets = intersection
|
||||
else if net == self.rootnet:
|
||||
elif net == self.rootnet:
|
||||
nap.buckets = ac[0].buckets | ac[1].buckets
|
||||
nap.local = self.local
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user