Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ipsec_version(3) [debian man page]

IPSEC_IPSEC_VERSION_CODE(3)				     Library Functions Manual				       IPSEC_IPSEC_VERSION_CODE(3)

NAME
ipsec_ipsec_version_code, ipsec_ipsec_version_string, ipsec_ipsec_copyright_notice - get IPsec version code, full version string, copyright notice SYNOPSIS
#include <freeswan.h> const char *ipsec_version_code(void); const char *ipsec_version_string(void); const char **ipsec_copyright_notice(void); DESCRIPTION
These functions provide information on version numbering and copyright of the Linux FreeS/WAN IPsec implementation. Ipsec_version_code returns a pointer to a string constant containing the current IPsec version code, such as ``1.92'' or ``snap2001Nov19b''. Ipsec_version_string returns a pointer to a string constant giving a full version identification, consisting of the version code preceded by a prefix identifying the software, e.g. ``Linux FreeS/WAN 1.92''. Ipsec_copyright_notice returns a pointer to a vector of pointers, terminated by a NULL, which is the text of a suitable copyright notice. Each pointer points to a string constant (possibly empty) which is one line of the somewhat-verbose copyright notice. The strings are NUL- terminated and do not contain a newline; supplying suitable line termination for the output device is the caller's responsibility. SEE ALSO
ipsec(8) HISTORY
Written for the FreeS/WAN project by Henry Spencer. 21 Nov 2001 IPSEC_IPSEC_VERSION_CODE(3)

Check Out this Related Man Page

IPSEC(8)							Executable programs							  IPSEC(8)

NAME
ipsec - invoke IPsec utilities SYNOPSIS
ipsec command [argument...] ipsec --help ipsec --version ipsec --versioncode ipsec --copyright ipsec --directory ipsec --confdir DESCRIPTION
Ipsec invokes any of several utilities involved in controlling the IPsec encryption/authentication system, running the specified command with the specified arguments as if it had been invoked directly. This largely eliminates possible name collisions with other software, and also permits some centralized services. ipsec --help lists the available commands. Most have their own manual pages, e.g. ipsec_auto(8) for auto. ipsec --version outputs version information about Linux FreeS/WAN. A version code of the form ``Uxxx/Kyyy'' indicates that the user-level utilities are version xxx but the kernel portion appears to be version yyy (this form is used only if the two disagree). ipsec --versioncode outputs just the version code, with none of --version's supporting information, for use by scripts. ipsec --copyright supplies boring copyright details. ipsec --directory reports where ipsec thinks the IPsec utilities are stored. ipsec --confdir reports where ipsec thinks the IPsec configuration files are stored. FILES
/usr/local/lib/ipsec usual utilities directory SEE ALSO
ipsec.conf(5), ipsec.secrets(5), ipsec_auto(8), ipsec_barf(8), ipsec_setup(8), ipsec_showhostkey(8) HTML documentation shipped with the release, starting with doc/index.html. <http://www.freeswan.org/doc.html> may also be of use. HISTORY
Written for Linux FreeS/WAN <http://www.freeswan.org> by Henry Spencer. BUGS
The provision of centralized services, while convenient, does compromise the original concept of making the utilities invocable directly as well as via ipsec. AUTHOR
Paul Wouters placeholder to suppress warning libreswan 12/29/2012 IPSEC(8)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Can someone please give me information about WAN and LAN

I just need to know the important concepts. I tried searching on the internet for information about this but got bombarded with too many un-neccessary details I find confusing and helpless. I just need to know WAN and LAN concerning how to monitor them and fix or (troubleshoot) basic problems (3 Replies)
Discussion started by: TRUEST
3 Replies

2. IP Networking

2 WAN connections on 1 switch/network

I want to know potential problems with the following scenario OR if it is an ok way to have my network setup: I have 2 WAN connections to the internet. I have each WAN connection plugged into its own router. Router DD-WRT is gateway for servers (192.0.10.50). Router Tomato is gateway for pc's... (1 Reply)
Discussion started by: herot
1 Replies