summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ospf6d')
-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 3b115da52ad..573cc0a6503 100644
--- a/usr.sbin/ospf6d/ospf6d.h
+++ b/usr.sbin/ospf6d/ospf6d.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf6d.h,v 1.43 2019/12/26 10:24:18 remi Exp $ */
+/* $OpenBSD: ospf6d.h,v 1.44 2020/01/03 17:45:02 denis Exp $ */
/*
* Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org>
@@ -425,7 +425,6 @@ extern struct n2id_labels rt_labels;
struct ctl_iface {
char name[IF_NAMESIZE];
struct in6_addr addr;
- struct in6_addr mask;
struct in_addr area;
struct in_addr rtr_id;
struct in_addr dr_id;