BUG: ipsec policy add starting with 6.39.1
Posted: Fri Jun 16, 2017 5:17 pm
When I add a policy via CLI like this
or
the dst-address is always the same as the sa-src-address, when I check in the winbox.
Please correct
Uwe
Code: Select all
add level=unique proposal=myproposal sa-dst-address=1.2.3.4 sa-src-address=0.0.0.0 src-address=192.168.88.0/24 tunnel=yes
Code: Select all
add dst-address=0.0.0.0/0 level=unique proposal=myproposal sa-dst-address=1.2.3.4 sa-src-address=0.0.0.0 src-address=192.168.88.0/24 tunnel=yes
Please correct
Uwe