diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2005-05-27 02:45:16 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2005-05-27 02:45:16 +0000 |
commit | ad53550c5464d259b135880588172fadc69918e2 (patch) | |
tree | 16df76704e58d7a2e85b02ce53e116e9eaeb1fa7 | |
parent | a94b0b1deea6bab54e0d8448ebc4b8374af4949f (diff) |
Clearify.
-rw-r--r-- | usr.sbin/ospfd/neighbor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c index 4893bbbc8c2..99f81f2160b 100644 --- a/usr.sbin/ospfd/neighbor.c +++ b/usr.sbin/ospfd/neighbor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neighbor.c,v 1.20 2005/05/26 22:09:10 norby Exp $ */ +/* $OpenBSD: neighbor.c,v 1.21 2005/05/27 02:45:15 norby Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -459,6 +459,7 @@ nbr_adj_ok(struct nbr *nbr) case IF_TYPE_POINTOPOINT: case IF_TYPE_VIRTUALLINK: case IF_TYPE_POINTOMULTIPOINT: + /* always ok */ break; case IF_TYPE_BROADCAST: case IF_TYPE_NBMA: |