Page MenuHomeFreeBSD

D3239.id.diff
No OneTemporary

D3239.id.diff

Index: head/sys/netipsec/ipsec_output.c
===================================================================
--- head/sys/netipsec/ipsec_output.c
+++ head/sys/netipsec/ipsec_output.c
@@ -158,6 +158,8 @@
tdbi->spi = sav->spi;
m_tag_prepend(m, mtag);
+ key_sa_recordxfer(sav, m); /* record data transfer */
+
/*
* If there's another (bundled) SA to apply, do so.
* Note that this puts a burden on the kernel stack size.
@@ -202,7 +204,6 @@
goto bad;
}
}
- key_sa_recordxfer(sav, m); /* record data transfer */
/*
* We're done with IPsec processing, transmit the packet using the

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 10:43 PM (2 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33214967
Default Alt Text
D3239.id.diff (608 B)

Event Timeline