]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Bugfix Legacy IP split include/exclude routes for Pulse
authorDavid Overton <therealdave32@gmail.com>
Fri, 28 Jan 2022 22:49:46 +0000 (22:49 +0000)
committerDaniel Lenski <dlenski@gmail.com>
Mon, 7 Feb 2022 01:38:01 +0000 (17:38 -0800)
commit52d1c6748d9181d28f7cda183a4c29aeb3b33ff3
treebc857e3a36ccef6b4a076a1850fa40572c96b4e9
parentd326bbb012b99510dd221f334d781d8b43a3a457
Bugfix Legacy IP split include/exclude routes for Pulse

In 3d845bc9b, routing configuration was modified to use the `new_ip_info`
and `install_vpn_opts()`.  Pulse IPv6 split include/exclude handling were
modified accordingly in that commit, but Legacy IP split include/exclude
routes were overlooked.

Since `install_vpn_opts()` clobbers the split include/exclude routes, this
means Legacy IP split routes for Pulse have been ignored since then.

Closes https://gitlab.com/openconnect/openconnect/-/merge_requests/330

Signed-off-by: David Overton <therealdave32@gmail.com>
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
pulse.c