summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_dhcpv6_leases.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-12/+12
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW StatusPhil Davis2015-05-151-50/+57
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-1/+2
|
* SpellingPhil Davis2014-09-271-1/+1
|
* Tidy up "status_dhcpv6_leases.php" XHTMLColin Fleming2014-05-161-43/+45
| | | | | | | 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
* xhtml Complianceayvis2014-03-141-3/+3
| | | replaced <br>, <br/> and </br> with <br />
* Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.htmlErmal2013-09-031-5/+10
|
* Add the MAC manufacturer code to the DHCPv6 leases view.jim-p2013-08-061-1/+11
|
* Fix DHCPv6 lease deletion. Fixes #2726jim-p2012-12-261-1/+4
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Anchor the semicolon here, or it can break parsing of the duid in certain ↵jim-p2012-07-061-1/+1
| | | | cases. Fixes #2511
* Show delegated prefixes on the DHCPv6 Leases display.jim-p2012-04-131-54/+138
|
* I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 ↵Joecowboy2012-02-251-5/+9
| | | | lease is using local time if not defaults to UTC time.
* Added the the choice for DHCPv6 leases of local time over default UTC time.Joecowboy2012-02-251-1/+14
|
* Fix interface finding. Now properly adds a dhcpv6 static mapping via + button.jim-p2011-09-211-7/+2
|
* Fix type detectionjim-p2011-09-211-0/+1
|
* Fix misnomer since the page was copied from dhcpv4, change references to arp ↵jim-p2011-09-211-9/+9
| | | | to ndp instead.
* Speed up display of static dhcpv6 leases by skipping an additional ndp exec ↵jim-p2011-09-211-2/+2
| | | | for each entry, use the existing arpdata array instead.
* Fix display of static dhcpv6 assignments. Format duid with colons.jim-p2011-09-211-4/+4
|
* Show MAC address on DHCPv6 output. (Not that it's used in the same way for ↵jim-p2011-09-211-7/+12
| | | | DHCPv6 as it is for v4, but it's handy to see in one place)
* For DHCPv6 the CLTT (client last transaction time) is used instead of the ↵jim-p2011-09-211-0/+2
| | | | "start" time for the lease. Should now more accurately display when a lease started.
* Split the IAID off in the output, interpret the result. (Matches up with ↵jim-p2011-09-201-2/+8
| | | | what shows in output from client)
* Remove 0x, really isn't neededjim-p2011-09-201-1/+1
|
* Improve duid parsing. Still some work to be done but should avoid the ↵jim-p2011-09-201-14/+39
| | | | infinite loop it hit in some cases previously.
* Also ignore lines starting with server-duid, and fix the # ignore so it is ↵jim-p2011-06-191-1/+3
| | | | anchored on the start of the line. Add a note to fix a loop later that can fall into infinity.
* Show the DUID instead of the MAC. Fix online test.jim-p2011-05-191-20/+19
|
* Misc DHCPv6 lease view improvements (at least shows the IP...)jim-p2011-05-191-11/+15
|
* Add the initial broken dhcp v6 leases page. I have no file to code it. Will ↵Seth Mos2011-03-141-0/+412
wait for later.
OpenPOWER on IntegriCloud