Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 2017 07:35:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ipfw@FreeBSD.org
Subject:   [Bug 217292] ipfw lookup on fields other than IP source and destination address doesn't work for IPv6
Message-ID:  <bug-217292-7515-y0IzvUYB20@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217292-7515@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217292-7515@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217292

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Sun Mar 19 07:34:19 UTC 2017
New revision: 315532
URL: https://svnweb.freebsd.org/changeset/base/315532

Log:
  MFC r314716:
    Add IPv6 support to O_IP_DST_LOOKUP opcode.

    o check the size of O_IP_SRC_LOOKUP opcode, it can not exceed the size of
      ipfw_insn_u32;
    o rename ipfw_lookup_table_extended() function into ipfw_lookup_table() and
      remove old ipfw_lookup_table();
    o use args->f_id.flow_id6 that is in host byte order to get DSCP value;
    o add SCTP ports support to 'lookup src/dst-port' opcode;
    o add IPv6 support to 'lookup src/dst-ip' opcode.

    PR:         217292
    Sponsored by:       Yandex LLC
    Differential Revision:      https://reviews.freebsd.org/D9873

Changes:
_U  stable/11/
  stable/11/sys/netpfil/ipfw/ip_fw2.c
  stable/11/sys/netpfil/ipfw/ip_fw_private.h
  stable/11/sys/netpfil/ipfw/ip_fw_sockopt.c
  stable/11/sys/netpfil/ipfw/ip_fw_table.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217292-7515-y0IzvUYB20>