From 4408b82564117ed0494a4eeabda5de5816253ac9 Mon Sep 17 00:00:00 2001 From: Michele Marchetto Date: Tue, 31 Oct 2006 23:43:12 +0000 Subject: create a temporary neighbor instead of a permanent one when a request is received --- usr.sbin/ripd/ripd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ripd/ripd.h') 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 @@ -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 -- cgit v1.2.3