aboutsummaryrefslogtreecommitdiffstats
path: root/network-scripts/ifup-tunnel
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2019-07-11 12:14:19 +0200
committerLukáš Nykrýn <lnykryn@redhat.com>2019-07-31 14:06:45 +0200
commitc2012fb057ce96ce49191af5a8526753bbc6f701 (patch)
tree96a5ae30ada9ee6899cf2c9992e304552591193e /network-scripts/ifup-tunnel
parentd6af590090a2a8ffd45e273bdbd46a3fefc8debb (diff)
downloadinitscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar
initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar.gz
initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar.bz2
initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.tar.xz
initscripts-c2012fb057ce96ce49191af5a8526753bbc6f701.zip
Add ip6gre tunnel option
Resolve: BZ #1691552
Diffstat (limited to 'network-scripts/ifup-tunnel')
-rwxr-xr-xnetwork-scripts/ifup-tunnel5
1 files changed, 5 insertions, 0 deletions
diff --git a/network-scripts/ifup-tunnel b/network-scripts/ifup-tunnel
index afdfe928..ea85df52 100755
--- a/network-scripts/ifup-tunnel
+++ b/network-scripts/ifup-tunnel
@@ -42,6 +42,11 @@ GRE)
proto=-4
/sbin/modprobe ip_gre
;;
+GRE6)
+ MODE=ip6gre
+ proto=-6
+ /sbin/modprobe ip6_gre
+ ;;
IPIP)
MODE=ipip
proto=-4