[test suite] minor bug fix to add udpraw mode for spoofed src test

This commit is contained in:
Michael Rash
2014-03-16 09:11:31 -04:00
parent da09ba7300
commit 2f9c20fb27
+1 -1
View File
@@ -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,