View | Details | Raw Unified | Return to bug 192013 | Differences between
and this patch

Collapse All | Expand All

(-)sys/netpfil/pf/pf_ioctl.c (working copy) (-6 lines)
Lines 3533-3544 Link Here
3533
{
3533
{
3534
       int chk;
3534
       int chk;
3535
3535
3536
       /* We need a proper CSUM befor we start (s. OpenBSD ip_output) */
3537
       if ((*m)->m_pkthdr.csum_flags & CSUM_DELAY_DATA) {
3538
               in_delayed_cksum(*m);
3539
               (*m)->m_pkthdr.csum_flags &= ~CSUM_DELAY_DATA;
3540
       }
3541
3542
       chk = pf_test(PF_OUT, ifp, m, inp);
3536
       chk = pf_test(PF_OUT, ifp, m, inp);
3543
       if (chk && *m) {
3537
       if (chk && *m) {
3544
               m_freem(*m);
3538
               m_freem(*m);

Return to bug 192013