summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospf6d.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2007-10-11 21:25:37 +0000
committerclaudio <claudio@openbsd.org>2007-10-11 21:25:37 +0000
commit8974666a478f9a7eb7e5b647a3b018fbb9189c98 (patch)
tree01d480e580051a87e70d2378f45580a4485c712e /usr.sbin/ospf6d/ospf6d.h
parentprobe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok deraadt@ (diff)
downloadwireguard-openbsd-8974666a478f9a7eb7e5b647a3b018fbb9189c98.tar.xz
wireguard-openbsd-8974666a478f9a7eb7e5b647a3b018fbb9189c98.zip
No need to store the interface mask. An interface represents a link and is
only addressed via its link local address. All networks on top of it are handled separately via type 8 Link-LSA.
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
-rw-r--r--usr.sbin/ospf6d/ospf6d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h
index 97581fd96ba..cb7fe0ade23 100644
--- a/usr.sbin/ospf6d/ospf6d.h
+++ b/usr.sbin/ospf6d/ospf6d.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf6d.h,v 1.6 2007/10/11 20:20:44 claudio Exp $ */
+/* $OpenBSD: ospf6d.h,v 1.7 2007/10/11 21:25:37 claudio Exp $ */
/*
* Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org>
@@ -318,7 +318,6 @@ struct iface {
char demote_group[IFNAMSIZ];
struct in6_addr addr;
struct in6_addr dst;
- struct in6_addr mask;
struct in_addr abr_id;
struct nbr *dr; /* designated router */
struct nbr *bdr; /* backup designated router */