Pass a list instead of a single virtual IP to attribute enumerators
This commit is contained in:
@@ -94,7 +94,8 @@ static bool attr_filter(void *lock, host_t **in,
|
||||
}
|
||||
|
||||
METHOD(attribute_handler_t, create_attribute_enumerator, enumerator_t*,
|
||||
private_stroke_handler_t *this, identification_t *server, host_t *vip)
|
||||
private_stroke_handler_t *this, identification_t *server,
|
||||
linked_list_t *vips)
|
||||
{
|
||||
ike_sa_t *ike_sa;
|
||||
peer_cfg_t *peer_cfg;
|
||||
|
||||
Reference in New Issue
Block a user