mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +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:
|
if len(intersection) > 0:
|
||||||
nap.local = self.agrclass(net, sorted(intersection)[0])
|
nap.local = self.agrclass(net, sorted(intersection)[0])
|
||||||
nap.buckets = intersection
|
nap.buckets = intersection
|
||||||
else if net == self.rootnet:
|
elif net == self.rootnet:
|
||||||
nap.buckets = ac[0].buckets | ac[1].buckets
|
nap.buckets = ac[0].buckets | ac[1].buckets
|
||||||
nap.local = self.local
|
nap.local = self.local
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user