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

--- Comment #2 from Jose Luis Duran <jldu...@gmail.com> ---
(In reply to commit-hook from comment #1)

Thank you!

So, for hyphened service names, escaping is mandatory:

    $ ipfw -n add pass udp from any to any dst-port "ftp\-data"
    00000 allow udp from any to any 20

After this commit, dots and underscores are allowed unescaped.

Should the /etc/rc.firewall script should be updated as well?  Specifically the
firewall_myservices rcvar to also accept underscores and dots unescaped?

Thank you again!

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-ipfw@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw-unsubscr...@freebsd.org"

Reply via email to