Skip to content
Snippets Groups Projects
Commit 967a63f5 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Add an option to keep the tun interface up on *BSD.

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.
parent 428a2187
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment