ipsec: strongSwan is not exclusive to Linux kernels
The project is now called "the strongSwan project" rather than "Linux strongSwan" to better reflect this.
This commit is contained in:
+1
-1
@@ -376,7 +376,7 @@ int main(int argc, char *argv[])
|
|||||||
status = 0;
|
status = 0;
|
||||||
goto deinit;
|
goto deinit;
|
||||||
case 'v':
|
case 'v':
|
||||||
printf("Linux strongSwan %s\n", VERSION);
|
printf("strongSwan %s\n", VERSION);
|
||||||
status = 0;
|
status = 0;
|
||||||
goto deinit;
|
goto deinit;
|
||||||
case 'l':
|
case 'l':
|
||||||
|
|||||||
@@ -277,15 +277,15 @@ command.
|
|||||||
.TP
|
.TP
|
||||||
.B "\-\-version"
|
.B "\-\-version"
|
||||||
returns the version in the form of
|
returns the version in the form of
|
||||||
.B Linux strongSwan U<strongSwan userland version>/K<Linux kernel version>
|
.B strongSwan U<strongSwan userland version>/K<kernel version>
|
||||||
if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is
|
if strongSwan uses the native NETKEY IPsec stack of the kernel it is
|
||||||
running on.
|
running on.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.B "\-\-versioncode"
|
.B "\-\-versioncode"
|
||||||
returns the version number in the form of
|
returns the version number in the form of
|
||||||
.B U<strongSwan userland version>/K<Linux kernel version>
|
.B U<strongSwan userland version>/K<kernel version>
|
||||||
if strongSwan uses the native NETKEY IPsec stack of the Linux kernel it is
|
if strongSwan uses the native NETKEY IPsec stack of the kernel it is
|
||||||
running on.
|
running on.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
Reference in New Issue
Block a user