artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569615c
)
we need to call pf_pkt_addr_changed here too. found by david
author
henning
<henning@openbsd.org>
Tue, 26 Aug 2008 12:19:01 +0000
(12:19 +0000)
committer
henning
<henning@openbsd.org>
Tue, 26 Aug 2008 12:19:01 +0000
(12:19 +0000)
sys/netinet/ipsec_output.c
patch
|
blob
|
history
diff --git
a/sys/netinet/ipsec_output.c
b/sys/netinet/ipsec_output.c
index
9f993c0
..
24f7654
100644
(file)
--- a/
sys/netinet/ipsec_output.c
+++ b/
sys/netinet/ipsec_output.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ipsec_output.c,v 1.4
0 2008/08/21 23:05:30 bluhm
Exp $ */
+/* $OpenBSD: ipsec_output.c,v 1.4
1 2008/08/26 12:19:01 henning
Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu)
*
@@
-502,6
+502,7
@@
ipsp_process_done(struct mbuf *m, struct tdb *tdb)
/* Add pf tag if requested. */
if (pf_tag_packet(m, tdb->tdb_tag, -1))
DPRINTF(("failed to tag ipsec packet\n"));
+ pf_pkt_addr_changed(m);
#endif
/*