Fix AS path computation for bgpmap & Fix missing import #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @fduraffourg Posted at: 17.12.2015 16:00
On
build_as_tree_from_raw_bird_ouput
it was possible to callpath.extend
whenpath
isNone
.resolve_ptr
is used onbuild_as_tree_from_full_view
but was not imported.