From b8295bce77b45219a2880957d70058a0f863d945 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Mon, 15 Nov 2010 00:49:21 +0000
Subject: [PATCH] 6to4: remove leftover peeraddr stuff

SVN-Revision: 23997
---
 package/6to4/files/6to4.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/package/6to4/files/6to4.sh b/package/6to4/files/6to4.sh
index 4db924d4e7..9dfd7cd528 100755
--- a/package/6to4/files/6to4.sh
+++ b/package/6to4/files/6to4.sh
@@ -37,9 +37,6 @@ setup_interface_6to4() {
 
 	local local4=$(uci_get network "$cfg" ipaddr)
 
-	local remote4
-	config_get remote4 "$cfg" peeraddr
-
 	local mtu
 	config_get mtu "$cfg" mtu
 
-- 
GitLab