aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/kernel_interface_test.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-06-22 06:36:28 +0000
committerMartin Willi <martin@strongswan.org>2006-06-22 06:36:28 +0000
commit1396815afb9a5c003e6dae0be39329f5ba78e30c (patch)
treed6c1e292a5c5da74c2879db1b64274a34f2ec17c /src/charon/testing/kernel_interface_test.h
parent6bf1352032b538e40b06c21bc92c05d11d711843 (diff)
downloadstrongswan-1396815afb9a5c003e6dae0be39329f5ba78e30c.tar.bz2
strongswan-1396815afb9a5c003e6dae0be39329f5ba78e30c.tar.xz
first merge of NATT code
Diffstat (limited to 'src/charon/testing/kernel_interface_test.h')
-rw-r--r--src/charon/testing/kernel_interface_test.h19
1 files changed, 19 insertions, 0 deletions
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_*/