summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2016-12-29 13:01:49 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2016-12-29 13:01:49 +0000
commita446b0891f0f105ba4d352dc052b2d4116cb0695 (patch)
treecdc02f48c9e34eaeb2603d8bd4fc35fbaba1002b /sys/net/pfvar.h
parent3b6049b8e5c5521c7526673920ba6a3fbf174f7d (diff)
In pf_refragment6() use the valid route from pf_route6() instead
of calling rtalloc() again. OK mpi@
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index a7bb647077f..7421caf04f8 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.445 2016/11/22 19:29:54 procter Exp $ */
+/* $OpenBSD: pfvar.h,v 1.446 2016/12/29 13:01:48 bluhm Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1681,7 +1681,7 @@ int pf_match_uid(u_int8_t, uid_t, uid_t, uid_t);
int pf_match_gid(u_int8_t, gid_t, gid_t, gid_t);
int pf_refragment6(struct mbuf **, struct m_tag *mtag,
- struct sockaddr_in6 *, struct ifnet *);
+ struct sockaddr_in6 *, struct ifnet *, struct rtentry *);
void pf_normalize_init(void);
int pf_normalize_ip(struct pf_pdesc *, u_short *);
int pf_normalize_ip6(struct pf_pdesc *, u_short *);