From 1396815afb9a5c003e6dae0be39329f5ba78e30c Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 22 Jun 2006 06:36:28 +0000 Subject: first merge of NATT code --- src/charon/testing/kernel_interface_test.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/charon/testing/kernel_interface_test.h') diff --git a/src/charon/testing/kernel_interface_test.h b/src/charon/testing/kernel_interface_test.h index fc8dab4b6..d0397a517 100644 --- a/src/charon/testing/kernel_interface_test.h +++ b/src/charon/testing/kernel_interface_test.h @@ -6,6 +6,7 @@ */ /* + * Copyright (C) 2006 Tobias Brunner, Daniel Roethlisberger * Copyright (C) 2005 Jan Hutter, Martin Willi * Hochschule fuer Technik Rapperswil * @@ -34,5 +35,23 @@ */ void test_kernel_interface(protected_tester_t *tester); +/** + * @brief Test function used to test the kernel_interface functionality. Incldes NAT-T configuration. + * + * @param tester associated tester object + * + * @ingroup testcases + */ +void test_kernel_interface_with_nat(protected_tester_t *tester); + +/** + * @brief Test function used to test the hosts update functionality in kernel_interface_t. + * + * @param tester associated tester object + * + * @ingroup testcases + */ +void test_kernel_interface_update_hosts(protected_tester_t *tester); + #endif /*KERNEL_INTERFACE_TEST_H_*/ -- cgit v1.2.3