From 2dc5f65235d321b071ed4a6811de64f8c036ba66 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Wed, 10 Sep 2014 16:13:55 +0200 Subject: Remove gre-multipoint encapsulation option, make the tunnel multipoint if 'remote-ip' is nowt set. --- scripts/vyatta-encapsulation | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 scripts/vyatta-encapsulation (limited to 'scripts/vyatta-encapsulation') diff --git a/scripts/vyatta-encapsulation b/scripts/vyatta-encapsulation deleted file mode 100644 index f1cae8b1..00000000 --- a/scripts/vyatta-encapsulation +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -list="gre gre-bridge gre-multipoint ipip sit ipip6 ip6ip6" -full_list="${list}" -if [[ -n "$1" ]]; then - for f in ${full_list}; do if [[ "$1" = "$f" ]]; then exit 0; fi; done - echo "Must be (${full_list})" - exit 1; -else - echo ${full_list} -fi -- cgit v1.2.3