diff options
author | Michele Marchetto <michele@cvs.openbsd.org> | 2006-10-31 23:43:12 +0000 |
---|---|---|
committer | Michele Marchetto <michele@cvs.openbsd.org> | 2006-10-31 23:43:12 +0000 |
commit | 4408b82564117ed0494a4eeabda5de5816253ac9 (patch) | |
tree | 83c457f59b1dc1e1fd8dcae02cc425e02b0f9d6f /usr.sbin/ripd/ripe.h | |
parent | 01d8e5adac204b0f22bfcf990eff272b66f45444 (diff) |
create a temporary neighbor instead of a permanent one when a request is received
Diffstat (limited to 'usr.sbin/ripd/ripe.h')
-rw-r--r-- | usr.sbin/ripd/ripe.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ripd/ripe.h b/usr.sbin/ripd/ripe.h index cf7b8a1ea94..b7ef8d9abb6 100644 --- a/usr.sbin/ripd/ripe.h +++ b/usr.sbin/ripd/ripe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ripe.h,v 1.1 2006/10/18 16:11:58 norby Exp $ */ +/* $OpenBSD: ripe.h,v 1.2 2006/10/31 23:43:11 michele Exp $ */ /* * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> @@ -33,6 +33,7 @@ char *pkt_ptr; enum nbr_event { NBR_EVT_RESPONSE_RCVD, NBR_EVT_REQUEST_RCVD, + NBR_EVT_RESPONSE_SENT, NBR_EVT_TIMEOUT, NBR_EVT_KILL_NBR, NBR_EVT_NOTHING |