diff options
Diffstat (limited to 'usr.sbin/ospf6d/ospf6.h')
-rw-r--r-- | usr.sbin/ospf6d/ospf6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6.h b/usr.sbin/ospf6d/ospf6.h index 0e5f252a38b..0a91558c609 100644 --- a/usr.sbin/ospf6d/ospf6.h +++ b/usr.sbin/ospf6d/ospf6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6.h,v 1.14 2009/03/29 18:59:22 stsp Exp $ */ +/* $OpenBSD: ospf6.h,v 1.15 2009/04/09 19:00:40 stsp Exp $ */ /* * Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org> @@ -262,7 +262,7 @@ struct lsa_link { struct lsa_intra_prefix { u_int16_t numprefix; u_int16_t ref_type; - u_int32_t ref_lsid; + u_int32_t ref_ls_id; u_int32_t ref_adv_rtr; /* + numprefix * lsa_prefix */ }; |