Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/nplab/packetdrill. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 28, 2017
    • Michael Tüxen's avatar
    • Michael Tüxen's avatar
      Add an option to keep the tun interface up on *BSD. · 967a63f5
      Michael Tüxen authored
      On *BSD platforms the original version always used the tun0 device
      in local mode and never deleted it, except on NetBSD. This was
      handy when using for example Wireshark for capturing trafic.
      The last commit removed this possibility, since it removes the
      interface. Add the --persistent_tun_dev command line option
      to bring it back.
      
      To get the behaviour of the original version, use on *BSD
      platforms --tun-dev=tun0 --persistent_tun_dev.
      967a63f5
    • Michael Tüxen's avatar
      Allow automatic tun device selection on *BSD. · 428a2187
      Michael Tüxen authored
      When using local mode on *BSD, using the tun0 device was hard
      coded in contrast to Linux, where the next unused tun device
      was used.
      This patch changes the behaviour on *BSD to use the next unused
      tun device. This also requires that the device is removed when
      packetdrill terminates. This was the case on Linux, but not on
      *BSD.
      On *BSD there is also a new command line option (--tun-dev) to
      set the device name and not select an ephemerial one.
      428a2187
  2. Jul 23, 2017
  3. Jul 21, 2017
  4. Jul 06, 2017
  5. Jun 29, 2017
  6. Jun 01, 2017
  7. May 25, 2017
  8. May 23, 2017
  9. May 04, 2017
  10. May 03, 2017
  11. Mar 05, 2017
  12. Mar 01, 2017
  13. Feb 28, 2017
  14. Jan 08, 2017
  15. Dec 09, 2016
  16. Nov 23, 2016
  17. Nov 20, 2016
  18. Nov 14, 2016
  19. Oct 27, 2016
  20. Oct 01, 2016
  21. Sep 15, 2016
  22. Sep 07, 2016
  23. Sep 06, 2016
  24. Sep 05, 2016
Loading