From patchwork Wed Jun 10 08:39:01 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Dedecker X-Patchwork-Id: 482516 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5B5621402A2 for ; Wed, 10 Jun 2015 18:39:55 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=eb6HpwYu; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 1E021280704; Wed, 10 Jun 2015 10:37:41 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 9E3FA280704 for ; Wed, 10 Jun 2015 10:37:31 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-wg0-f49.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Wed, 10 Jun 2015 10:37:30 +0200 (CEST) Received: by wgme6 with SMTP id e6so29991813wgm.2 for ; Wed, 10 Jun 2015 01:39:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=nzpiFKDOg7q80rdntG9daF1FLz8fRCazHRiU41KQwXE=; b=eb6HpwYuJsJX4AKF4aNozC/t4c/2bpKbYwIA0jQ/axvZoGxQi5jYAvhMJgawOIWVh0 mQ76e5wCy7iIbeCvaIxdafY2+pU10BX4xDRb0Uv0sIo4qYmc1VIUBGPN30pjEV4cYU9t 8YtU8jiyDURrk6s0rfAmSiWWG6HFmRAsE32k113rqjT8qNUcVctGEt710yUieszySqOk vkwnWEP7dgYvPUlqlBjERdDPeKIpMxUTH9fLlR6IXo4o0Uz6/U1Sq8+GVqoIDidgrWvM TydWE5lbvFTN/YZmitcJaJf3HbRLbC8gtSmqpGmlASM6NnnS39j9Wba0WG+H/f9LLmMb knBQ== X-Received: by 10.194.184.140 with SMTP id eu12mr4068876wjc.78.1433925550360; Wed, 10 Jun 2015 01:39:10 -0700 (PDT) Received: from cplx43.eu.thmulti.com ([141.11.62.7]) by mx.google.com with ESMTPSA id z12sm13315196wjq.12.2015.06.10.01.39.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 10 Jun 2015 01:39:09 -0700 (PDT) From: Hans Dedecker To: openwrt-devel@lists.openwrt.org Date: Wed, 10 Jun 2015 10:39:01 +0200 Message-Id: <1433925543-20217-1-git-send-email-dedeckeh@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: Hans Dedecker , cyrus@openwrt.org Subject: [OpenWrt-Devel] [PATCH 1/3] 6rd: Remove sourcerouting parameter registration X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Hans Dedecker --- package/network/ipv6/6rd/files/6rd.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/ipv6/6rd/files/6rd.sh b/package/network/ipv6/6rd/files/6rd.sh index 6c68b3b..62d35b6 100644 --- a/package/network/ipv6/6rd/files/6rd.sh +++ b/package/network/ipv6/6rd/files/6rd.sh @@ -94,7 +94,6 @@ proto_6rd_init_config() { proto_config_add_string "ip6prefixlen" proto_config_add_string "ip4prefixlen" proto_config_add_string "tunlink" - proto_config_add_boolean "sourcerouting" proto_config_add_string "zone" }