opnsense-ports/security/strongswan/pkg-message
Franco Fichtner 7f3deaacc1 security/strongswan: partially sync with upstream
Taken from: FreeBSD
2022-11-09 10:27:13 +01:00

18 lines
579 B
Text

[
{ type: install
message: <<EOM
The default strongSwan configuration interface have been updated to vici since version 5.9.2_1.
To use the stroke interface by default either compile the port without the vici option or
set 'strongswan_interface="stroke"' in your rc.conf file.
EOM
}
{
type: upgrade
minimum_version: "5.9.2_1"
message: <<EOM
The default strongSwan configuration interface have been updated to vici.
To use the stroke interface by default either compile the port without the vici option or
set 'strongswan_interface="stroke"' in your rc.conf file.
EOM
}
]