diff options
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h index 2a0cfaa63bc..0859101ba2c 100644 --- a/usr.sbin/ospf6d/ospf6d.h +++ b/usr.sbin/ospf6d/ospf6d.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6d.h,v 1.18 2009/12/22 17:54:04 claudio Exp $ */ +/* $OpenBSD: ospf6d.h,v 1.19 2009/12/22 19:32:36 claudio Exp $ */ /* * Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org> @@ -375,9 +375,10 @@ struct ospfd_conf { struct kroute { struct in6_addr prefix; struct in6_addr nexthop; + u_int32_t ext_tag; + unsigned int scope; /* scope of nexthop */ u_int16_t flags; u_int16_t rtlabel; - u_int32_t ext_tag; u_short ifindex; u_int8_t prefixlen; }; |