added support for 0.0.0.0/0 traffic selectors
fixed routing to make correct 0.0.0.0/0 routes
This commit is contained in:
@@ -133,6 +133,7 @@ static int add_connection(char *name,
|
||||
msg.add_conn.me.ca = NULL;
|
||||
msg.add_conn.me.sendcert = 1;
|
||||
msg.add_conn.me.hostaccess = 0;
|
||||
msg.add_conn.me.tohost = 0;
|
||||
msg.add_conn.me.protocol = 0;
|
||||
msg.add_conn.me.port = 0;
|
||||
|
||||
@@ -146,6 +147,7 @@ static int add_connection(char *name,
|
||||
msg.add_conn.other.ca = NULL;
|
||||
msg.add_conn.other.sendcert = 1;
|
||||
msg.add_conn.other.hostaccess = 0;
|
||||
msg.add_conn.other.tohost = 0;
|
||||
msg.add_conn.other.protocol = 0;
|
||||
msg.add_conn.other.port = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user