Changeset 3394
- Timestamp:
- Jan 20, 2017, 1:52:55 PM (4 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/debian/changelog
r3382 r3394 1 lmd (2.6.7) xenial; urgency=high 2 3 * Fixed LmdClientManager n4d plugin to get all clients 4 * ignore 2.6.6 version... that file is for admin-center 5 6 -- Jose A. Murcia <joamuran@gmail.com> Fri, 20 Jan 2017 13:49:49 +0100 7 1 8 lmd (2.6.6) xenial; urgency=medium 2 9 -
lmd/trunk/fuentes/lmd-server.install/usr/share/n4d/python-plugins/LmdClientManager.py
r3263 r3394 93 93 arptable.append({"ip":ip, "mac":mac}); 94 94 95 return arptable[ 1:]; # ignores first element (table header)95 return arptable[0:];
Note: See TracChangeset
for help on using the changeset viewer.