CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2009/03/29 12:59:22
Modified files: usr.sbin/ospf6d: ospf6.h Log message: 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@