diff options
author | Salah Coronya <salah.coronya@gmail.com> | 2011-12-11 22:06:30 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-12-12 21:40:39 -0600 |
commit | a38a5071f3ddcde7f18514d4d669d2bc0fde2736 (patch) | |
tree | 0682cfa5b999e908ea319e43d2ec4279c8ad3130 /doc | |
parent | 2569eb644e6e8e010a44a693e7dfa86e73c0d750 (diff) |
Tuntap: add iproute2 support
This patch was modified by William Hubbs <williamh@gentoo.org> 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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 7bae8d75..a86eebc1 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" |