mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Ignore a received %any virtual IP for installation
This commit is contained in:
parent
f102c5f341
commit
5def45b890
@ -376,7 +376,8 @@ METHOD(task_t, process_i, status_t,
|
||||
|
||||
process_payloads(this, message);
|
||||
|
||||
if (this->virtual_ip)
|
||||
if (this->virtual_ip &&
|
||||
!this->virtual_ip->is_anyaddr(this->virtual_ip))
|
||||
{
|
||||
this->ike_sa->set_virtual_ip(this->ike_sa, TRUE, this->virtual_ip);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user