-.\" $OpenBSD: rt_ifa_add.9,v 1.1 2014/04/10 13:47:21 mpi Exp $
+.\" $OpenBSD: rt_ifa_add.9,v 1.2 2014/04/25 11:49:47 mpi Exp $
.\"
-.\" Copyright (c) 2014 Martin Pieuchot
+.\" Copyright (c) 2014 Martin Pieuchot
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 10 2014 $
+.Dd $Mdocdate: April 25 2014 $
.Dt RT_IFA_ADD 9
.Os
.Sh NAME
-.\" $OpenBSD: rtrequest1.9,v 1.1 2014/04/02 13:10:48 mpi Exp $
+.\" $OpenBSD: rtrequest1.9,v 1.2 2014/04/25 11:49:47 mpi Exp $
.\"
.\" Copyright (c) 2011 Bret S. Lambert <blambert@openbsd.org>
.\" All rights reserved.
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 2 2014 $
+.Dd $Mdocdate: April 25 2014 $
.Dt RTREQUEST1 9
.Os
.Sh NAME
struct sockaddr *rti_info[RTAX_MAX];
int rti_flags;
struct ifaddr *rti_ifa;
- struct ifnet *rti_ifp;
struct rt_msghdr *rti_rtm;
u_char rti_mpls;
};