Changeset 1228

Show
Ignore:
Timestamp:
08/17/08 21:00:02 (4 months ago)
Author:
mbr
Message:

applied patch from Franck to fix usage information

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fwknop/trunk/test/fwknop_test.pl

    r1226 r1228  
    31713171Options: 
    31723172 
     3173    --access-conf <file>     - Path to the file containing the access 
     3174                               directives use during most of the test. 
    31733175    -P, --Prepare-results    - Prepare test suite results for communication 
    31743176                               to a third party. 
     3177    --fwknop-command <file>  - Path to the fwknop client to use rather than 
     3178                               the default ../fwknop 
     3179    --fwknopd-command <file> - Path to the fwknop daemon to use rather than 
     3180                               the default ../fwknopd 
     3181    --knoptm-command <file>  - Path to the daemon in charge to remove iptables 
     3182                               rules rather than the default ../knoptm 
     3183    --loopback-intf <intf>   - Interface used by fwknopd to sniff packets in 
     3184                               PCAP mode. 
    31753185    --test-include <string>  - Restrict tests to those that match <string>. 
    31763186    --test-exclude <string>  - Run all tests except for those that match 
     
    31843194    exit 0; 
    31853195} 
     3196