config.in 578 B

1234567891011121314151617181920212223242526
  1. # tcpreplay - Replay network traffic stored in pcap files
  2. # preset/initialization file
  3. #
  4. [TCPREPLAY]
  5. cachefile @srcdir@/test.auto_bridge
  6. intf1 @nic1@
  7. intf2 @nic2@
  8. topspeed
  9. [TCPREWRITE]
  10. infile @srcdir@/test.pcap
  11. outfile test.rewrite_config1
  12. cachefile @srcdir@/test.auto_bridge
  13. enet-vlan add
  14. enet-vlan-tag 45
  15. enet-vlan-cfi 1
  16. enet-vlan-pri 5
  17. [TCPPREP]
  18. pcap @srcdir@/test.pcap
  19. auto bridge
  20. minmask 31
  21. maxmask 16
  22. nonip
  23. comment "This file was generated via the config file"