diff options
-rw-r--r-- | usr.sbin/ospfd/ospf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospf.h b/usr.sbin/ospfd/ospf.h index 5d1d36b9e96..5cd333ffd71 100644 --- a/usr.sbin/ospfd/ospf.h +++ b/usr.sbin/ospfd/ospf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf.h,v 1.6 2005/02/08 12:56:48 claudio Exp $ */ +/* $OpenBSD: ospf.h,v 1.7 2005/02/08 21:52:48 norby Exp $ */ /* * Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> @@ -32,7 +32,7 @@ #define PACKET_HDR 100 /* XXX used to calculate the IP payload */ -#define DEFAULT_METRIC 1 +#define DEFAULT_METRIC 10 #define MIN_METRIC 1 #define MAX_METRIC 65535 /* sum & as-ext lsa use 24bit metrics */ |