Actions
Bug #6884
closedSMF ipfilter tuple_get_port needs to remove backslashes
Start date:
2016-04-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
When setting firewall_config_default/open_ports to a space-separated list of ports there will be backslashes embedded before every space. They need to be removed or they'll end up in the ipfilter configuration.
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 2bd8b3545dceb97f56401b7ad2a327e08d520574
commit 2bd8b3545dceb97f56401b7ad2a327e08d520574 Author: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Date: 2016-05-01T20:04:40.000Z 6881 SMF ipfilter tries to unload module in zones 6882 SMF ipfilter lacks a property for a IPv6 custom policy file 6884 SMF ipfilter tuple_get_port needs to remove backslashes Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions