summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripe.h
diff options
context:
space:
mode:
authormichele <michele@openbsd.org>2006-10-31 23:43:11 +0000
committermichele <michele@openbsd.org>2006-10-31 23:43:11 +0000
commite3be6b293441ddfeebf98da8f1bfcf5f9023c73c (patch)
tree76c75dfc73210d5c923706f6e0a115c37b84760c /usr.sbin/ripd/ripe.h
parentDo not map obio mappings twice. (diff)
downloadwireguard-openbsd-e3be6b293441ddfeebf98da8f1bfcf5f9023c73c.tar.xz
wireguard-openbsd-e3be6b293441ddfeebf98da8f1bfcf5f9023c73c.zip
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.h3
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