Revert "Pull package/{luci,system,network} from upstream"
[librecmc/librecmc.git] / package / luci / modules / luci-mod-admin-full / luasrc / view / admin_network / iface_status.htm
index b15dd13f39512c8ab45698564272ff3c42d2f506..8c3b1abcc756eceede506f8ed3b34d69b4fe34c5 100644 (file)
                                                                ifc.ip6addrs[i]
                                                        );
                                        }
-                                       
-                                       if (ifc.ip6prefix)
-                                       {
-                                               html += String.format('<strong><%:IPv6-PD%>:</strong> %s<br />', ifc.ip6prefix);
-                                       }
 
                                        d.innerHTML = html;
                                }