diff options
-rw-r--r-- | usr.sbin/ospfd/kroute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/kroute.c b/usr.sbin/ospfd/kroute.c index 80916c1e179..51a67da19eb 100644 --- a/usr.sbin/ospfd/kroute.c +++ b/usr.sbin/ospfd/kroute.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kroute.c,v 1.19 2005/06/26 19:22:12 claudio Exp $ */ +/* $OpenBSD: kroute.c,v 1.20 2005/08/08 08:38:42 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -333,7 +333,7 @@ kr_redistribute(int type, struct kroute *kr) /* Dynamic routes are not redistributable. */ if (kr->flags & F_DYNAMIC) return; - + /* * We consider the loopback net, multicast and experimental addresses * as not redistributable. |