mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Work in progress towards BATMAN support (http://www.open-mesh.org/projects/open-mesh/wiki/BATMANConcept)
This commit is contained in:
parent
51e2e56521
commit
dc731e3177
6 changed files with 112 additions and 16 deletions
|
|
@ -387,6 +387,9 @@ if((page == "overview") or (page == nil)) then
|
|||
print("<table class=\"table table-bordered table-striped\">\n")
|
||||
|
||||
if(host["ip"] ~= nil) then
|
||||
if((host["antenna_mac"] ~= nil) and (host["antenna_mac"] ~= "00:00:00:00:00:00")) then
|
||||
print("<tr><th width=35%>Antenna MAC Address</th><td colspan=2>" .. host["antenna_mac"].." "..get_mac_classification(host["antenna_mac"]).. "</td></tr>")
|
||||
end
|
||||
print("<tr><th width=35%>(Router) MAC Address</th><td>" .. host["mac"].." "..get_mac_classification(host["mac"]).. "</td><td>")
|
||||
|
||||
if(host["localhost"] == true) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue