ipsec-tools: Port libipsec, setkey and racoon.

Note that this replaces the libipsec from FreeBSD with the one provided
by ipsec-tools.
This commit is contained in:
Christian Mauderer
2018-05-03 14:15:11 +02:00
parent 8645c9d720
commit b376ae131d
170 changed files with 10964 additions and 20808 deletions

View File

@@ -208,8 +208,17 @@ early_initialization(void)
#define SHELL_WPA_SUPPLICANT_COMMANDS
#endif
#ifdef RTEMS_BSD_MODULE_NETIPSEC
#define SHELL_NETIPSEC_COMMANDS \
&rtems_shell_RACOON_Command, \
&rtems_shell_SETKEY_Command,
#else
#define SHELL_NETIPSEC_COMMANDS
#endif
#define CONFIGURE_SHELL_USER_COMMANDS \
SHELL_WPA_SUPPLICANT_COMMANDS \
SHELL_NETIPSEC_COMMANDS \
&bsp_interrupt_shell_command, \
&rtems_shell_ARP_Command, \
&rtems_shell_HOSTNAME_Command, \