From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44C44139695 for ; Fri, 9 Jun 2017 23:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DBE21C08F; Fri, 9 Jun 2017 23:55:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6752C21C08F for ; Fri, 9 Jun 2017 23:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84CEB341B1E for ; Fri, 9 Jun 2017 23:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2985A7474 for ; Fri, 9 Jun 2017 23:55:09 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1485265578.60714158b4536d1e5694ec8a45e2cfac56202027.robbat2@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: doc/ X-VCS-Repository: proj/netifrc X-VCS-Files: doc/net.example.Linux.in X-VCS-Directories: doc/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 60714158b4536d1e5694ec8a45e2cfac56202027 X-VCS-Branch: master Date: Fri, 9 Jun 2017 23:55:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9028e16-2913-4e58-82bd-c317f2d1064e X-Archives-Hash: c95f8cffb3c3baaf4b19bfa010f14774 commit: 60714158b4536d1e5694ec8a45e2cfac56202027 Author: Sergey Popov pinkbyte ru> AuthorDate: Tue Jan 24 13:46:18 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Jan 24 13:46:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=60714158 Add examples for using iproute2 link command doc/net.example.Linux.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index c895a17..cf8439d 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -966,6 +966,12 @@ # For IPIP tunnels #iptunnel_vpn0="mode ipip remote 207.170.82.2 ttl 255" +# For GRETAP tunnels (works only with sys-apps/iproute2) +#iplink_vpn0="type gretap remote 207.170.82.3 ttl 255" + +# For VXLAN tunnels (works only with sys-apps/iproute2) +#iplink_vpn0="type vxlan id 1 group 207.170.82.4 local 207.170.82.100 dstport 4789 dev eth0" + # To configure the interface #config_vpn0="192.168.0.2 pointopoint 192.168.1.2" # ifconfig style #config_vpn0="192.168.0.2 peer 192.168.1.1" # iproute2 style