config.in 555 B

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