From a38a5071f3ddcde7f18514d4d669d2bc0fde2736 Mon Sep 17 00:00:00 2001 From: Salah Coronya Date: Sun, 11 Dec 2011 22:06:30 -0600 Subject: Tuntap: add iproute2 support This patch was modified by William Hubbs to document the new usage in net.example. X-Gentoo-Bug: 394281 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=394281 --- doc/net.example.Linux.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 7bae8d7..a86eebc 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -790,7 +790,7 @@ #----------------------------------------------------------------------------- # TUN/TAP -# For TUN/TAP support emerge net-misc/openvpn or sys-apps/usermode-utilities +# For TUN/TAP support install iproute2, openvpn or usermode-utilities # # You must specify if we're a tun or tap device. Then you can give it any # name you like - such as vpn @@ -801,6 +801,9 @@ #tuntap_tap0="tap" #config_tap0="192.168.0.1/24" +# Use something like this to pass custom options to iproute2 during +# tunnel creation. This sets the user and group ownership of the node. +#iproute2_tun1="user foo group bar" # For passing custom options to tunctl use something like the following. This # example sets the owner to adm #tunctl_tun1="-u adm" -- cgit v1.2.3