Add the ability to set a firewall mark on sockets.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 2 Apr 2018 14:33:14 +0000 (16:33 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 2 Apr 2018 14:33:14 +0000 (16:33 +0200)
commit7ee885a1f6776be85e5397eda04f75d98ff0b631
treebf42f7032b0ee81d278af3343111a22db6eeb755
parentd32226bc14428864df08beccb3cf4f8a472f2eef
Add the ability to set a firewall mark on sockets.

The FWMark option is added, when set it will use setsockopt(SOL_SOCKET, SO_MARK)
to set the given value as the mark on all sockets created by tinc.

Thanks to Olivier Tirat for submitting a similar patch in the past.
bash_completion.d/tinc
doc/tinc.conf.5.in
doc/tinc.texi
src/net.h
src/net_setup.c
src/net_socket.c
src/tincctl.c