forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Locally this test would occassionally fail for me because the connected route the sharp route being installed has not fully come up yet due to heavy load and start up slowness. Add a bit of code to look for the problem and make sure it doesn't happen. Signed-off-by: Donald Sharp <[email protected]>
- Loading branch information
1 parent
0008dec
commit f766686
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"2001::/64":[ | ||
{ | ||
"prefix":"2001::/64", | ||
"prefixLen":64, | ||
"protocol":"connected", | ||
"vrfName":"default", | ||
"selected":true, | ||
"destSelected":true, | ||
"distance":0, | ||
"metric":0, | ||
"installed":true, | ||
"internalStatus":16, | ||
"internalFlags":8, | ||
"internalNextHopNum":1, | ||
"internalNextHopActiveNum":1, | ||
"nexthops":[ | ||
{ | ||
"flags":3, | ||
"fib":true, | ||
"directlyConnected":true, | ||
"interfaceName":"dum0", | ||
"active":true | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters