projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2749b99
)
Set myself->status.reachable.
author
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 25 Mar 2002 13:54:49 +0000
(13:54 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 25 Mar 2002 13:54:49 +0000
(13:54 +0000)
src/net_setup.c
patch
|
blob
|
history
diff --git
a/src/net_setup.c
b/src/net_setup.c
index
376d5a7
..
cd2b7ea
100644
(file)
--- a/
src/net_setup.c
+++ b/
src/net_setup.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: net_setup.c,v 1.1.2.1
2 2002/03/22 11:43:48
guus Exp $
+ $Id: net_setup.c,v 1.1.2.1
3 2002/03/25 13:54:49
guus Exp $
*/
#include "config.h"
@@
-464,6
+464,7
@@
cp
myself->nexthop = myself;
myself->via = myself;
myself->status.active = 1;
+ myself->status.reachable = 1;
node_add(myself);
graph();