diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-12-03 23:12:14 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2015-12-03 23:12:14 +0000 |
commit | eb9a8bb85a095405e73c975ccfd9b65708940f42 (patch) | |
tree | 3ad4d7096b7ab9a8a95115d172483dd513215b22 /sys | |
parent | dacaaf6c723a2b6c7a8e2ab9917aab5aa11eacae (diff) |
mpi@ forgot to commit this. That should unbreak the tree.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/domain.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/domain.h b/sys/sys/domain.h index 843cc0a93be..c27bbcdb6f3 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -1,4 +1,4 @@ -/* $OpenBSD: domain.h,v 1.16 2015/10/07 10:50:35 mpi Exp $ */ +/* $OpenBSD: domain.h,v 1.17 2015/12/03 23:12:13 claudio Exp $ */ /* $NetBSD: domain.h,v 1.10 1996/02/09 18:25:07 christos Exp $ */ /* @@ -59,6 +59,7 @@ struct domain { /* initialize routing table */ unsigned int dom_rtkeylen; /* maximum size of the key */ unsigned int dom_rtoffset; /* offset of the key, in bytes */ + unsigned int dom_maxplen; /* maxium prefix length, in bits */ void *(*dom_ifattach)(struct ifnet *); void (*dom_ifdetach)(struct ifnet *, void *); /* af-dependent data on ifnet */ |