The "active" bit in node.status is not used.
This commit is contained in:
parent
134dc8995b
commit
1728d5b2c4
2 changed files with 1 additions and 2 deletions
|
|
@ -437,7 +437,6 @@ bool setup_myself(void)
|
|||
|
||||
myself->nexthop = myself;
|
||||
myself->via = myself;
|
||||
myself->status.active = true;
|
||||
myself->status.reachable = true;
|
||||
node_add(myself);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue