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

            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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
                CC: [email protected]

Created attachment 176891
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176891&action=edit
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)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"

Reply via email to