supporting multiple comma seperated subnets in left/rightsubnet definition

e.g. leftsubnet=10.2.0.0/16,10.4.0.0/16
This commit is contained in:
Martin Willi
2008-04-25 12:41:37 +00:00
parent 1aedf08183
commit 3444390241
10 changed files with 116 additions and 57 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ struct starter_end {
char *iface;
ip_address addr;
ip_address nexthop;
ip_subnet subnet;
char *subnet;
bool has_client;
bool has_client_wildcard;
bool has_port_wildcard;