pluto: Fixed the reqid that is passed to the updown script.
This commit is contained in:
+1
-1
@@ -525,7 +525,7 @@ static bool do_command(connection_t *c, struct spd_route *sr,
|
|||||||
, nexthop_str
|
, nexthop_str
|
||||||
, c->interface->vname
|
, c->interface->vname
|
||||||
, sr->this.hostaccess? "PLUTO_HOST_ACCESS='1' " : ""
|
, sr->this.hostaccess? "PLUTO_HOST_ACCESS='1' " : ""
|
||||||
, sr->reqid + 1 /* ESP requid */
|
, sr->reqid
|
||||||
, me_str
|
, me_str
|
||||||
, secure_myid_str
|
, secure_myid_str
|
||||||
, myclient_str
|
, myclient_str
|
||||||
|
|||||||
Reference in New Issue
Block a user