aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_ipsecfwd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/odp_ipsecfwd.conf')
-rw-r--r--test/performance/odp_ipsecfwd.conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/test/performance/odp_ipsecfwd.conf b/test/performance/odp_ipsecfwd.conf
new file mode 100644
index 000000000..81ddaef7e
--- /dev/null
+++ b/test/performance/odp_ipsecfwd.conf
@@ -0,0 +1,41 @@
+default: {
+ dir = 1
+ proto = 0
+ mode = 0
+ crypto: {
+ cipher_alg = 4
+ cipher_key = "jWnZr4t7w!zwC*F-"
+ auth_alg = 2
+ auth_key = "n2r5u7x!A%D*"
+ icv_len = 12
+ };
+};
+
+sa: (
+ {
+ spi = 1337
+ outbound: {
+ tunnel: {
+ src_addr = "192.168.1.10"
+ dst_addr = "192.168.1.16"
+ };
+ };
+ },
+ {
+ spi = 1338
+ outbound: {
+ tunnel: {
+ src_addr = "192.168.3.110"
+ dst_addr = "192.168.3.116"
+ };
+ };
+ }
+);
+
+fwd: (
+ {
+ prefix: "192.168.1.0/24"
+ if: "ens9f1"
+ dst_mac: "00:00:05:00:07:00"
+ }
+);