summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement an option to allow using the IPv4 connectivity interface for ↵Ermal2013-07-231-0/+12
| | | | sending the dhcpv6 information. Usually useful for ppp[oe] type links and some ISP
* Fix editing saving dhcp6prefixonly statePhil Davis2013-07-211-1/+1
| | | Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-4/+4
|
* Remove errant double quote.N0YB2013-07-031-1/+1
|
* Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 ↵smos2013-07-021-0/+12
| | | | | | | | address. Some ISPs DHCP6 servers will fail the request if both are requested and only a Prefix is allowed. Conflicts: usr/local/www/interfaces.php
* Merge pull request #684 from N0YB/Advanced_DHCP_Client_OptionsJim P2013-07-011-4/+3
|\ | | | | Add show/hide to the new "Reject Leases From" row
| * Add show/hide to the new "Reject Leases From" rowN0YB2013-07-011-4/+3
| | | | | | | | Show for Basic and Advanced. Hide for Config File Override.
* | fix typosRenato Botelho2013-07-011-2/+2
|/
* Merge branch 'Advanced_DHCP_Client_Options' of ↵Renato Botelho2013-06-301-8/+517
|\ | | | | | | | | | | | | https://github.com/N0YB/pfsense into N0YB-Advanced_DHCP_Client_Options Conflicts: usr/local/www/interfaces.php
| * Add section tag to v6 documentation links.N0YB2013-02-281-28/+30
| | | | | | | | | | Put v4 send, request, require & modifies in lease requirements and requests section. No functional changes.
| * Advanced DHCP Client Options & Config File OverrideN0YB2013-02-231-10/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DHCP v4: Protocol Timing Send Options Request Options Require Options Option Modifiers DHCP v6: Interface Statement Identity Association Statement Prefix Interface Statement Authentication Statement Keyinfo Statement DHCP v4 & v6: Config Override File
* | Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.jim-p2013-06-181-0/+14
| |
* | Fix max length for wpa passphrase, it fixes #3034Renato Botelho2013-06-141-1/+1
| |
* | Fix IPv6 Prefix ID default valueRenato Botelho2013-05-061-24/+17
| | | | | | | | | | | | | | . Always initialize it to 0 when it's undefined . Remove unecessary initializations and checks . Bump config version to 9.5 . Write an upgrade config function to initialize old configs properly
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-171-47/+39
| | | | | | | | | | | | | | | | | | | | | | Add summary to TABLE tags Add missing opening and closing cell tags in TR tag Tidy up closing FONT tag Remove duplicate closing TD tag and duplicate closing TR tag Add missing opening TR tag Remove duplicate width statement Add missing closing DIV tag Remove tags within comment block
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-161-84/+84
| | | | | | | | | | Update HTML Boolean operators Close a couple of missed INPUT tags
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-151-75/+75
| | | | | | | | | | Close INPUT tags Add closing FONT tag
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-141-46/+48
| | | | | | | | | | | | Close BR and IMG tags and add ALT statement to IMG tags Change ONCLICK and ONCHANGE to lower case. Add CDATA section to SCRIPT tags
* | Avoid send user to top of the page when you open add new gateway boxRenato Botelho2013-03-281-2/+4
| |
* | Add a new class called addgatewaybox to make it easier to respect custom ↵Renato Botelho2013-03-261-4/+4
| | | | | | | | themes. Fixes #2900
* | Remove functions that are not used now with once mode of rtsoldErmal2013-03-191-3/+0
| |
* | Bring down even rtsold processErmal2013-03-191-0/+3
| |
* | Fix indent and whitespacesRenato Botelho2013-03-161-16/+16
| |
* | Be consistent on the checkErmal2013-03-081-2/+1
| |
* | Prevent mtu bigger than 9000Ermal2013-03-081-1/+1
| |
* | Validate MTU changes for VLANs and let user change it againRenato Botelho2013-03-071-20/+36
| |
* | You can have multiple 6rd tunnels now daysErmal2013-03-061-5/+7
| |
* | clean up text a bit, make link more apparentChris Buechler2013-03-051-3/+3
| |
* | Save ppp info and realif on interfaces.apply to be able to cleanup old ↵Renato Botelho2013-03-041-2/+6
| | | | | | | | configuration when changing interface type. Fixes #2758
* | Make parent interface and all VLANs use the same MTU. Fixes #2786Renato Botelho2013-03-041-3/+19
| |
* | Fix validation of conflict between interface ip address and static routes. ↵Renato Botelho2013-03-041-2/+6
| | | | | | | | Fixes #2852
* | Reconfigure routing when a new gateway is addedRenato Botelho2013-03-011-0/+3
| |
* | Send ipprotocol parameter when adding new gateways from interfaces.phpRenato Botelho2013-03-011-2/+2
| |
* | Fix response read for 'add new gateway' applet at interface configurationRenato Botelho2013-02-261-4/+2
|/
* Avoid conflicting interface IP address with static routes. Fixes #2039Renato Botelho2013-02-211-4/+23
|
* Add missing check for IPv6 overlap on interfaces, it complements the change ↵Renato Botelho2013-02-211-2/+6
| | | | made for ticket #1723
* Fix dhcp v6 config section name for console setup and check on ↵Renato Botelho2013-02-201-1/+1
| | | | interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827
* Merge pull request #426 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-191-3/+0
|\ | | | | Interfaces Types Config Sections Spacer Row
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-3/+0
| | | | | | | | | | Fix spacer (last) row display inconsistency Missed one
* | Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-181-4/+28
|\ \ | |/ | | Interfaces Types Config Sections Spacer Row
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-4/+28
| | | | | | | | Fix spacer (last) row display inconsistency
* | Interfaces Static IP v4 & v6 Gateway Add NewN0YB2013-02-181-12/+8
|/ | | | Fix mismatched table row tags
* Two interfaces, carp, ip aliases might be on the same subnet as their ↵Ermal2013-02-131-1/+1
| | | | parent. What needs to be checked is the ip itself
* Check interfaces and VIP IP address overlapRenato Botelho2013-02-111-2/+6
| | | | | | | | - Check if interface IP overlaps other interfaces or localip from mpd based services - Check if VIPs IP overlaps interfaces or other VIPs address It fixes #1723
* Validate interface IP explicitly as v4 or v6Phil Davis2013-02-101-10/+9
| | | | The IP Address fields on the Interfaces Edit page were just using is_ipaddr to validate them. I could put an IPv4 address in as the IPv6 static IP and it took it and saved it, then got my system in a knot! It even adjusted the subnet bits dropdown when I typed a valid IPv4 address format in the IPv6 filed. And IPv6 addresses could be put in IPv4 fields also.
* For reloadall on interface_configure() called by GUIRenato Botelho2013-02-051-1/+1
|
* Fix add gateway validation on interface configuration. It should fix #2791Renato Botelho2013-02-041-4/+4
|
* Update usr/local/www/interfaces.phpbcyrill2013-02-041-1/+1
| | | Variables that equal FALSE are considered to be empty e.g. "0".
* Actually destroy in this caseErmal2013-01-311-1/+1
|
* Do the right thing hereErmal2013-01-311-2/+5
|
OpenPOWER on IntegriCloud