Project

General

Profile

Download (17.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

ff5fa759 09/27/2014 12:04 PM Phil Davis

Spelling

61b07343 05/16/2014 09:08 PM 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 03/14/2014 08:24 PM ayvis

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

a8ab2b76 09/03/2013 02:20 PM Ermal LUÇI

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

f7cd2ed8 08/06/2013 07:53 PM Jim Pingle

Add the MAC manufacturer code to the DHCPv6 leases view.

20df6ed7 12/26/2012 04:29 PM Jim Pingle

Fix DHCPv6 lease deletion. Fixes #2726

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

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

0f03ae0f 07/06/2012 05:00 PM Jim Pingle

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

f6bda83c 04/13/2012 07:00 PM Jim Pingle

Show delegated prefixes on the DHCPv6 Leases display.

ee0f23b4 02/26/2012 12:58 AM Daniel Rasmussen

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 02/25/2012 09:32 PM Daniel Rasmussen

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

9c070452 09/21/2011 08:32 PM Jim Pingle

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

9fbefc09 09/21/2011 08:22 PM Jim Pingle

Fix type detection

9d539cb5 09/21/2011 08:16 PM Jim Pingle

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

4e85523b 09/21/2011 08:14 PM Jim Pingle

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

4151bdba 09/21/2011 07:49 PM Jim Pingle

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

2fdc8262 09/21/2011 06:04 PM Jim Pingle

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 09/21/2011 05:42 PM Jim Pingle

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 09/20/2011 06:57 PM Jim Pingle

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

b63b9691 09/20/2011 06:21 PM Jim Pingle

Remove 0x, really isn't needed

a4dd274b 09/20/2011 06:18 PM Jim Pingle

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

ffdcbeb6 06/19/2011 04:39 PM Jim Pingle

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 05/19/2011 03:08 PM Jim Pingle

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

bcb24b81 05/19/2011 02:44 PM Jim Pingle

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

c1640267 03/14/2011 08:29 PM Seth Mos

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