port list

Is there a way to set a port list to be used in firewall rules ??
I mean something like address-list is already doing…just instead of using i.e. “src-port=10,20,80,10-200,5546-5580”
Thank you

You answered yourself. You can add port range 5560-5588, for example.

interesting…

I know about setting multiple ports or port range

It would be interesting if I could add a port-list to multiple filrewall rules , thus modifying a single list all related rules should be affected in order to avoid each rule modification.

I have just read an old (2008) post where someone ask for the same feature and mr. Normis answered probably the feature should have been added in next future.

Now I suppose this is still a wanted feature…

Could be useful but was not implemented in ros yet.

The underlying software (ipset) that implements the address list feature also supports port lists, but ROS does not leverage this capability (as already pointed out by jarda). This would be a potentially useful feature to add to ROS.

OK so…wishlisted…

Thank you all