Actions
Bug #13897
closedIPsec Profile Wizard/Windows: Generated script adds an invalid route command for ``0.0.0.0/0``
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
When exporting an IPsec profile for Windows which includes split tunneling, if the local P2 network is set to 0.0.0.0/0
then the command is not necessary.
The DestinationPrefix
parameter for Add-VpnConnectionRoute
does not accept 0.0.0.0/0
, hence the command will fail, but since it's unnecessary, it can be omitted entirely.
Updated by Jim Pingle over 2 years ago
- Subject changed from IPsec Profile wizard for Windows unnecessarily generates a route command for ``0.0.0.0/0`` to IPsec Profile Wizard/Windows: Generated script adds an invalid route command for ``0.0.0.0/0``
Updated by Jim Pingle over 2 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Fixed in IPsec Profile Wizard pkg v. 1.1, which has been committed and will be available with the next build.
Updated by Danilo Zrenjanin about 2 years ago
- Status changed from Feedback to Resolved
Tested against the IPsec Profile Wizard pkg v. 1.1
It looks fine.
Split Tunnel Routes part is omitted if the local P2 network is set to 0.0.0.0/0
I am marking this ticket resolved.
Actions