From b80208fb0932bcbbd70b4767b4105612c9275c3b Mon Sep 17 00:00:00 2001
From: Michael Schwarz <me@oscarminus.de>
Date: Wed, 16 Jul 2014 15:34:02 +0200
Subject: [PATCH] Added information about ipv6-routing

---
 ffpb/ffpb-debug/files/bin/ffpb-debug | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ffpb/ffpb-debug/files/bin/ffpb-debug b/ffpb/ffpb-debug/files/bin/ffpb-debug
index ac59e2d..e6d987e 100755
--- a/ffpb/ffpb-debug/files/bin/ffpb-debug
+++ b/ffpb/ffpb-debug/files/bin/ffpb-debug
@@ -59,6 +59,7 @@ if debugFile==nil then
 	-- now get some information about the network status
 	debugdata = debugdata .. cmd("ip addr show")
 	debugdata = debugdata .. cmd("ip route show")
+	debugdata = debugdata .. cmd("ip -6 route show")
 	
 	-- get wireless status
 	debugdata = debugdata .. cmd("iw phy phy0 info")
-- 
GitLab