summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/ripd.h
diff options
context:
space:
mode:
authorMichele Marchetto <michele@cvs.openbsd.org>2006-10-31 23:43:12 +0000
committerMichele Marchetto <michele@cvs.openbsd.org>2006-10-31 23:43:12 +0000
commit4408b82564117ed0494a4eeabda5de5816253ac9 (patch)
tree83c457f59b1dc1e1fd8dcae02cc425e02b0f9d6f /usr.sbin/ripd/ripd.h
parent01d8e5adac204b0f22bfcf990eff272b66f45444 (diff)
create a temporary neighbor instead of a permanent one when a request is received
Diffstat (limited to 'usr.sbin/ripd/ripd.h')
-rw-r--r--usr.sbin/ripd/ripd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ripd/ripd.h b/usr.sbin/ripd/ripd.h
index 0e594645cc6..ebeda9617ad 100644
--- a/usr.sbin/ripd/ripd.h
+++ b/usr.sbin/ripd/ripd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ripd.h,v 1.2 2006/10/31 07:16:45 mcbride Exp $ */
+/* $OpenBSD: ripd.h,v 1.3 2006/10/31 23:43:11 michele Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -180,6 +180,7 @@ enum iface_type {
/* neighbor states */
#define NBR_STA_DOWN 0x01
+#define NBR_STA_REQ_RCVD 0x02
#define NBR_STA_ACTIVE (~NBR_STA_DOWN)
#define NBR_STA_ANY 0xff