Skip to content

Pulse: Fix Legacy IP split include/exclude routes

For pulse, legacy split include/exclude routes were being built into vpninfo->ip_info.

When install_vpn_opts() is called, they were freed and overwritten with the empty list (or list of IPv6 only splits depending on server) from new_ip_info.

This builds the split includes/excludes into new_ip_info.

Edited by Daniel Lenski

Merge request reports