Merge branch 'opaque-ports'
Adds a %opaque port option and support for port ranges in left/rightprotoport. Currently not supported by any of our kernel backends.
This commit is contained in:
@@ -63,7 +63,7 @@ static traffic_selector_t *ts_from_string(char *str)
|
||||
{
|
||||
traffic_selector_t *ts;
|
||||
|
||||
ts = traffic_selector_create_from_cidr(str, 0, 0);
|
||||
ts = traffic_selector_create_from_cidr(str, 0, 0, 65535);
|
||||
if (ts)
|
||||
{
|
||||
return ts;
|
||||
|
||||
Reference in New Issue
Block a user