commit: 60714158b4536d1e5694ec8a45e2cfac56202027 Author: Sergey Popov <admin <AT> pinkbyte <DOT> ru> AuthorDate: Tue Jan 24 13:46:18 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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
