From: Michael Tremer Date: Fri, 4 Aug 2017 12:50:05 +0000 (+0000) Subject: ip-tunnel: Add support for GRE tunnels X-Git-Tag: 009~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91c8cce967de30ca7e0e552b19a4456b308205a0;p=network.git ip-tunnel: Add support for GRE tunnels Signed-off-by: Michael Tremer --- 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}