Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2016 10:26:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 214419] ipfw coredump when try to add rule with table of IPv6 addresses
Message-ID:  <bug-214419-6@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214419

            Bug ID: 214419
           Summary: ipfw coredump when try to add rule with table of IPv6
                    addresses
           Product: Base System
           Version: 11.0-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: erohin.konstantin.88@yandex.ru
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org

Created attachment 176891
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176891&action=
=3Dedit
steps, logs, backtrace

Trying to add rule into ipfw with table of IPv6 addresses produces coredump.
But if I add single rule for IPv6 address ipfw acts normal.
Machine has IPv6 address on interface? but it does not matter. Without IPv6=
 on
any interface I got the same coredump.


How to reproduce:
     kldload ipfw
     ipfw table 1 create
     ipfw table 1 add 2a03:2480::/32
     ipfw add allow ip6 from 'table(1)' to me6 keep-state

Expected result:
     00XXX allow ip6 from table(1) to me6 keep-state

Actual result:
     Segmentation fault (core dumped)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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