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

            Bug ID: 222705
           Summary: ipfw "proto udp" parsing problem
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: [email protected]
          Reporter: [email protected]

Output of ipfw list displays a rule that cannot be inserted.

Rule:
unreach6 port ip6 from any to me6 proto udp dst-port 33434-33449 in

Is displayed as:
unreach6 port ip6 from any to me6 udp dst-port 33434-33449 in

missing the option "proto". Trying to add the rule without "proto udp" results
in:

ipfw: unrecognised option [-1] udp

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

Reply via email to