From 91c8cce967de30ca7e0e552b19a4456b308205a0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 4 Aug 2017 12:50:05 +0000 Subject: [PATCH] ip-tunnel: Add support for GRE tunnels Signed-off-by: Michael Tremer --- src/functions/functions.ip-tunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.ip-tunnel b/src/functions/functions.ip-tunnel index b9e06356..c2885130 100644 --- a/src/functions/functions.ip-tunnel +++ b/src/functions/functions.ip-tunnel @@ -19,7 +19,7 @@ # # ############################################################################### -IP_TUNNEL_MODES="sit vti" +IP_TUNNEL_MODES="gre sit vti" ip_tunnel_add() { local device=${1} -- 2.47.2