From b3aceacfbc8062603edc99b43590b601ac979cd2 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Sun, 29 Mar 2009 18:59:23 +0000 Subject: Remove att_rtr field from struct lsa_net. In Network-LSAs, the only thing sitting between the LSA header and the attached router list is the options field. We already have lsa_net_link to represent elements of the attached router list, so there's no need to have a single entry of this list in lsa_net. ok claudio@ --- usr.sbin/ospf6d/ospf6.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ospf6d/ospf6.h b/usr.sbin/ospf6d/ospf6.h index 0987540f2d3..0e5f252a38b 100644 --- a/usr.sbin/ospf6d/ospf6.h +++ b/usr.sbin/ospf6d/ospf6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6.h,v 1.13 2008/12/30 22:29:54 claudio Exp $ */ +/* $OpenBSD: ospf6.h,v 1.14 2009/03/29 18:59:22 stsp Exp $ */ /* * Copyright (c) 2004, 2005, 2007 Esben Norby @@ -228,7 +228,6 @@ struct lsa_rtr_link { struct lsa_net { u_int32_t opts; /* 24bits options */ - u_int32_t att_rtr[1]; }; struct lsa_net_link { -- cgit v1.2.3