Skip to content
Snippets Groups Projects
Unverified Commit 64b98409 authored by Daniel Czerwonk's avatar Daniel Czerwonk Committed by GitHub
Browse files

Merge pull request #16 from bio-routing/bug/non-addpath-broken

Fixing non-addpath
parents b05bdeaf 38ab164a
No related branches found
No related tags found
No related merge requests found
......@@ -724,7 +724,9 @@ func (fsm *FSM) established() int {
Address: tnet.IPv4ToUint32(fsm.remote),
}
clientOptions := routingtable.ClientOptions{}
clientOptions := routingtable.ClientOptions{
BestOnly: true,
}
if fsm.capAddPathSend {
fsm.updateSender = newUpdateSenderAddPath(fsm)
fsm.adjRIBOut = adjRIBOutAddPath.New(n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment