From 4254a170a397e0605a471d81a14d65e510e24811 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 9 Apr 2020 12:20:42 +0200 Subject: Revert "tunnel: T2028: prevent single 'remote' keyword" This reverts commit 37973a13bbc168c09e5f4d1e606f91fd7ffbb41a. --- src/conf_mode/interfaces-tunnel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conf_mode/interfaces-tunnel.py') diff --git a/src/conf_mode/interfaces-tunnel.py b/src/conf_mode/interfaces-tunnel.py index 38d490c3c..28b1cf60f 100755 --- a/src/conf_mode/interfaces-tunnel.py +++ b/src/conf_mode/interfaces-tunnel.py @@ -567,9 +567,9 @@ def verify(conf): incompatible = [] if afi_local == IP6: - incompatible.extend(['remote','ttl', 'tos', 'key',]) + incompatible.extend(['ttl', 'tos', 'key',]) if afi_local == IP4: - incompatible.extend(['remote','encaplimit', 'flowlabel', 'hoplimit', 'tclass']) + incompatible.extend(['encaplimit', 'flowlabel', 'hoplimit', 'tclass']) for option in incompatible: if option in options: -- cgit v1.2.3