Skip to content
Snippets Groups Projects
  • Michael Tüxen's avatar
    967a63f5
    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
    History
    Add an option to keep the tun interface up on *BSD.
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.