Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/netinet6/ip6_output.c 171259 2007-07-05 16:23:49Z delphij $ */
---
> /* $FreeBSD: head/sys/netinet6/ip6_output.c 171260 2007-07-05 16:29:40Z delphij $ */
150c150
< * Form a chain of extension headers.
---
> * Form a chain of extension headers.
221c221
<
---
>
249c249
< /*
---
> /*
259c259
< needipsec = 1;
---
> needipsec = 1;
271c271
< if (exthdrs.ip6e_hbh)
---
> if (exthdrs.ip6e_hbh)
273c273
< if (exthdrs.ip6e_dest1)
---
> if (exthdrs.ip6e_dest1)
275c275
< if (exthdrs.ip6e_rthdr)
---
> if (exthdrs.ip6e_rthdr)
280c280
< if (exthdrs.ip6e_dest2)
---
> if (exthdrs.ip6e_dest2)
333c333
<
---
>
350c350
<
---
>
361c361
<
---
>
365c365
<
---
>
372c372
<
---
>
378c378
<
---
>
404,405c404,405
< /*
< * In the FAST IPSec case we have already
---
> /*
> * In the FAST IPSec case we have already
407c407
< * by the ipsec_done() function. So, just clean
---
> * by the ipsec_done() function. So, just clean
409c409
< */
---
> */
412c412
< }
---
> }
496c496
< /*
---
> /*
571,572c571,572
< /*
< * In the FAST IPSec case we have already
---
> /*
> * In the FAST IPSec case we have already
574c574
< * by the ipsec_done() function. So, just clean
---
> * by the ipsec_done() function. So, just clean
1061,1065c1061,1065
< /* Record statistics for this interface address. */
< if (ia) {
< ia->ia_ifa.if_opackets++;
< ia->ia_ifa.if_obytes += m->m_pkthdr.len;
< }
---
> /* Record statistics for this interface address. */
> if (ia) {
> ia->ia_ifa.if_opackets++;
> ia->ia_ifa.if_obytes += m->m_pkthdr.len;
> }