From 2f9c20fb2764a120b49166e326f48849f7ff8d8d Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Sun, 16 Mar 2014 09:11:31 -0400 Subject: [PATCH] [test suite] minor bug fix to add udpraw mode for spoofed src test --- test/tests/rijndael.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/rijndael.pl b/test/tests/rijndael.pl index efd9e609..e9cf0375 100644 --- a/test/tests/rijndael.pl +++ b/test/tests/rijndael.pl @@ -1109,7 +1109,7 @@ 'detail' => 'localhost hostname->IP spoofed', 'function' => \&spa_cycle, 'cmdline' => "$fwknopCmd -A tcp/22 -a $fake_ip -D localhost --get-key " . - "$local_key_file --no-save-args $verbose_str -Q $spoof_ip", + "$local_key_file --no-save-args $verbose_str -P udpraw -Q $spoof_ip", 'fwknopd_cmdline' => "$fwknopdCmd $default_server_conf_args $intf_str", 'fw_rule_created' => $NEW_RULE_REQUIRED, 'fw_rule_removed' => $NEW_RULE_REMOVED,