Use a status bit to track which nodes use SPTPS.
This commit is contained in:
parent
6bc8df3e01
commit
7a71d48009
7 changed files with 22 additions and 13 deletions
|
|
@ -709,6 +709,7 @@ static bool setup_myself(void) {
|
|||
myself->nexthop = myself;
|
||||
myself->via = myself;
|
||||
myself->status.reachable = true;
|
||||
myself->status.sptps = experimental;
|
||||
node_add(myself);
|
||||
|
||||
graph();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue