Skip to content
Snippets Groups Projects
Commit 9e6f4626 authored by Maximilian Wilhelm's avatar Maximilian Wilhelm
Browse files

Set RouterID in neighbor for FSM test.


  Without a RouterID (read RouterID 0.0.0.0) test will fail when checking if
  the local RouterID is equal to an (unset) OriginatorID.

Signed-off-by: default avatarMaximilian Wilhelm <max@sdn.clinic>
parent 8522e20c
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ func TestFSM100Updates(t *testing.T) {
rib: locRIB.New(),
importFilter: filter.NewAcceptAllFilter(),
exportFilter: filter.NewAcceptAllFilter(),
routerID: bnet.IPv4FromOctets(1, 1, 1, 1).ToUint32(),
})
fsmA.holdTimer = time.NewTimer(time.Second * 90)
......
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