Projet

Général

Profil

Télécharger (17,8 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / status_dhcpv6_leases.php @ ff5fa759

# Date Auteur Commentaire
ff5fa759 27 septembre 2014 14:04 Phil Davis

Spelling

61b07343 16 mai 2014 23:08 Colin Fleming

Tidy up "status_dhcpv6_leases.php" XHTML

Add SUMMARY to TABLES
Move spaces to $fspans and $fspane
Close INPUT and IMG tags and add ALT to IMG
Deprecate Ampersand in Anchor tags

8cd558b6 14 mars 2014 21:24 ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

a8ab2b76 03 septembre 2013 16:20 Ermal

Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.html

f7cd2ed8 06 août 2013 21:53 jim-p

Add the MAC manufacturer code to the DHCPv6 leases view.

20df6ed7 26 décembre 2012 17:29 jim-p

Fix DHCPv6 lease deletion. Fixes #2726

b32dd0a6 10 août 2012 19:32 jim-p

Activate new shortcuts/status in the rest of the areas that are currently setup.

0f03ae0f 06 juillet 2012 19:00 jim-p

Anchor the semicolon here, or it can break parsing of the duid in certain cases. Fixes #2511

f6bda83c 13 avril 2012 21:00 jim-p

Show delegated prefixes on the DHCPv6 Leases display.

ee0f23b4 26 février 2012 01:58 Joecowboy

I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 lease is using local time if not defaults to UTC time.

468618f0 25 février 2012 22:32 Joecowboy

Added the the choice for DHCPv6 leases of local time over default UTC time.

9c070452 21 septembre 2011 22:32 jim-p

Fix interface finding. Now properly adds a dhcpv6 static mapping via + button.

9fbefc09 21 septembre 2011 22:22 jim-p

Fix type detection

9d539cb5 21 septembre 2011 22:16 jim-p

Fix misnomer since the page was copied from dhcpv4, change references to arp to ndp instead.

4e85523b 21 septembre 2011 22:14 jim-p

Speed up display of static dhcpv6 leases by skipping an additional ndp exec for each entry, use the existing arpdata array instead.

4151bdba 21 septembre 2011 21:49 jim-p

Fix display of static dhcpv6 assignments. Format duid with colons.

2fdc8262 21 septembre 2011 20:04 jim-p

Show MAC address on DHCPv6 output. (Not that it's used in the same way for DHCPv6 as it is for v4, but it's handy to see in one place)

dcd81322 21 septembre 2011 19:42 jim-p

For DHCPv6 the CLTT (client last transaction time) is used instead of the "start" time for the lease. Should now more accurately display when a lease started.

f393a514 20 septembre 2011 20:57 jim-p

Split the IAID off in the output, interpret the result. (Matches up with what shows in output from client)

b63b9691 20 septembre 2011 20:21 jim-p

Remove 0x, really isn't needed

a4dd274b 20 septembre 2011 20:18 jim-p

Improve duid parsing. Still some work to be done but should avoid the infinite loop it hit in some cases previously.

ffdcbeb6 19 juin 2011 18:39 jim-p

Also ignore lines starting with server-duid, and fix the # ignore so it is anchored on the start of the line. Add a note to fix a loop later that can fall into infinity.

c1f4af16 19 mai 2011 17:08 jim-p

Show the DUID instead of the MAC. Fix online test.

bcb24b81 19 mai 2011 16:44 jim-p

Misc DHCPv6 lease view improvements (at least shows the IP...)

c1640267 14 mars 2011 21:29 Seth Mos

Add the initial broken dhcp v6 leases page. I have no file to code it. Will wait for later.