changed [4856] to dynamically choose traffic selector family

This commit is contained in:
Martin Willi
2009-02-11 13:09:52 +00:00
parent 8837080353
commit b81d8cd3cc
10 changed files with 29 additions and 34 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ static traffic_selector_t *ts_from_string(char *str)
return traffic_selector_create_from_subnet(net, netbits, 0, 0);
}
}
return traffic_selector_create_dynamic(0, TS_IPV4_ADDR_RANGE, 0, 65535);
return traffic_selector_create_dynamic(0, 0, 65535);
}
/**