summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | 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.
* Clarify DNS Forwarder and Resolver both apply in these places. partially ↵Chris Buechler2015-06-021-1/+1
| | | | Ticket #3730
* Code style services DHCPPhil Davis2015-05-231-449/+520
|
* Call clear_subsystem_dirty('staticmaps') if using UnboundRobert Nelson2015-05-051-1/+3
|
* make computation of start of DHCPv6 range consistent with actual checkDaniel Becker2015-02-091-1/+0
| | | | | | | | | | | | When computing the start IP for the 'available range' field, services_dhcpv6.php attempts to increment a colon-formatted v6 address. Since this always fails, so the value that's printed is not actually incremented, so remove the bogus addition. Note that this is actually matches the behavior of the range checks that services_dhcpv6.php performs: The actual check uses the range [gen_subnetv6()..gen_subnetv6_max()], which does include the first (= all-zeroes host part) v6 address in the prefix.
* 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
|
* Add missing BR tags and fix display with pfsense_ng_fs theme. It fixes #4115Renato Botelho2014-12-151-2/+2
|
* Don't show a big red "alarm"-looking message on every visit to the ↵Chris Buechler2014-11-161-4/+1
| | | | DHCP/DHCPv6 Server pages. Confuses people in that context, and it's not something that justifies highlighting in such a fashion. Move the message to show when you have no eligible interfaces.
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Support up to 4 DNS Servers in DHCPPhil Davis2014-10-071-3/+11
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Update services_dhcpv6.phpColin Fleming2014-05-191-1/+1
| | | Move NOWRAP into class statement
* Tidy up "services_dhcp.php" XHTMLColin Fleming2014-05-181-2/+2
| | | | | | Change ONLICK to lower case Change P tags to BR tags Move opening TR tag inside the PHP IF statement
* Reconfigure unbound on dhcp editWarren Baker2014-04-281-0/+4
|
* Tidy up "services_dhcpv6" XHTMLColin Fleming2014-04-041-61/+68
| | | | | | | | | | | | Update alert message Add "closehead" variable and manually close HEAD Add CDATA sections to script Add SUMMARY to tables Update HTML Boolean operators Close INPUT Add missing closing P tag Remove empty TFOOT tag Deprecate ampersand
* replaced uppercase html tags with lowercaseayvis2014-03-191-8/+8
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-19/+19
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-19/+19
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
|/ | | | packages.pfsense.org
* Use correct parameter (bootfile-url) to configure netboot on DHCPdv6, it ↵Renato Botelho2014-02-171-20/+7
| | | | fixes #3421
* Enabling advanced RFC 2136 configuration for DHCPd serviceAndres Petralli2013-12-231-0/+20
| | | | | This change adds the ability to configure RFC 2136 domain name updates using a hmac-md5 keyname/key.
* Remove 'deny unknown clients' option from DHCPv6 since it's not supported, ↵Renato Botelho2013-12-231-10/+0
| | | | it fixes #3364
* Fix #3218, reaload filter rules when activate or deactivate dhcpdv6Renato Botelho2013-09-211-1/+8
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support ↵jim-p2013-09-061-13/+0
| | | | failover the way that DHPv4 did. Fixes #3184
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
|
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-091-4/+4
|
* Fix dnsmasq host overrides and dhcp integrationRenato Botelho2013-05-011-2/+2
| | | | | | | | | | | . Do not execute following actions when dnsmasq is disabled: . Add host overrides to /etc/hosts . Register DHCP leases in DNS Forwarder . Register DHCP static mappings in DNS forwarder It should fix issue reported at following forum post: http://forum.pfsense.org/index.php?topic=58871
* Make fe80: addresses check case insensitiveRenato Botelho2013-04-141-4/+4
|
* Use killbypid instead of a killall that never worksRenato Botelho2013-03-161-1/+1
|
* Add a line break to move this text to the next line. It was stuck after ↵jim-p2013-02-071-1/+1
| | | | another field and easy to miss.
* Add header to DHCP and DHCPv6 static mappings tablesjim-p2013-01-281-0/+4
|
* Move is_inrange() to util.inc and rename it to is_inrange_v6()Renato Botelho2013-01-241-10/+3
|
* Fix logic of v6 version of is_inrange()Renato Botelho2013-01-241-1/+1
|
* Update the GUI page for the DHCP6 server, add a if statement that prevents ↵smos2013-01-061-4/+28
| | | | | | throwing range errors on interface that have no static IPv6 address. It is entirely valid to operate a DHCP6 server just for prefix delegation, but ISC doesn't appear to allow it yet.
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-2/+1
|
* Fix linkjim-p2012-06-181-2/+2
|
* split dhcpv6 server and ra #2361Darren Embry2012-06-081-10/+0
|
* remove the RA stuff from services_dhcpv6 for #2361Darren Embry2012-06-081-69/+11
|
* Change the DHCPv6 services page into a RA and DHCPv6 section, move some of ↵smos2012-06-061-19/+68
| | | | | | | | the variables. Add drop down to select carp vip for that interface for CARP advertisements Allow setting the RA priority. Redmine ticket #1829
* Increase Prefix delegation size choicessmos2012-04-131-0/+2
|
* Clarify textsmos2012-04-131-2/+2
|
* Add more possible prefix lengths for the DHCPv6 server for prefix delegation.smos2012-04-031-0/+2
|
* Ticket #2317: typo, use ipaddrv6 instead of ipaddrPierre POMES2012-03-271-1/+1
|
* Do not show tabs for interfaces with 'link local' address (fe80::...)Pierre POMES2012-03-171-2/+2
|
* Do not show tabs for interfaces with 'link local' address (fe80::...)Pierre POMES2012-03-171-2/+2
|
* Enable the NTP server fields for our DHCP6 server.smos2012-03-131-6/+2
|
* Fix some checks in dhcpv6 screen. Still need to validate static mappings ↵Pierre POMES2012-03-041-13/+14
| | | | against delegated networks
* Merge pull request #59 from Joecowboy/Time-format-changeJim P2012-02-281-7/+8
|\ | | | | Time format change
OpenPOWER on IntegriCloud