luci-app-bmx6: show the IPv6 tunnels of bmx6 in the node's web page
[lede-routing/.git] / luci-app-bmx6 / files / usr / lib / lua / luci / view / bmx6 / nodes_j.htm
index 04356558bf03a1ea2f3ca5e70e5abed58ed22ebf..730fd29bf9309f98c2c916182a35b9c989bcebe9 100644 (file)
                                hna6 = extensions[e].HNA6_EXTENSION;
                                if ( extensions[e].TUN4IN6_NET_EXTENSION )
                                tun4in6 = extensions[e].TUN4IN6_NET_EXTENSION;
+                               tun6in6 = extensions[e].TUN6IN6_NET_EXTENSION;
                                }
 
                        // Gateways
                                else
                                        gateways += "<li>"+tun4in6[t].network+'/'+tun4in6[t].networklen + ' | ' + tun4in6[t].bandwidth+'</li>';
                                }
+
+                       for ( var t = 0; t < tun6in6.length; t++)
+                               {
+                               if ( tun6in6[t].networklen == "128" )
+                                       gateways += '<li><a href="http://' + tun6in6[t].network + '">' + tun6in6[t].network + '</a></li>';
+                               else
+                                       gateways += "<li>"+tun6in6[t].network+'/'+tun6in6[t].networklen + ' | ' + tun6in6[t].bandwidth+'</li>';
+                               }
+
                        gateways += '</ul>';
 
                        //Adding HNAs with prefix=128 as main address