If no pppoe service name is configured, send a null service name. Seems to help clients especially when reconnecting.
removes variables concatenation on gettext strings
makes correct use of printf and gettext
removes variables names and replace it with '%s'
Merge remote branch 'upstream/master'
s/WAN//
fix typo, add warning
Conflicts: etc/inc/openvpn.inc
Add "Default" choice that will unset the media/mediaopt, otherwise whatever is first in the list is saved in the config.
Conflicts: conf.default/config.xml etc/inc/filter.inc etc/inc/globals.inc etc/inc/pfsense-utils.inc etc/inc/upgrade_config.inc usr/local/www/interfaces.php
Merge pull request #1 from EvgenyY/6e2a15e677fa0558ba0c9b1700be38f4065a76f6
Speed/duplex select for interfaces
Hiding mediaopt under Advanced button
Fixes #1444. Implements the same fix that issue ermal made in #1522 to the console menu
Adding gui to choose media options for interfaces.
Fixes #1522. Call interface reconfigure so we bring down the interface and than re-configure it.
Conflicts: etc/inc/vslb.inc etc/version
Add DHCP-PD support if the WAN interface is set to DHCP.Select a DHCP-PD prefix length in correspondence with your ISP. If set to "none" it will not be requested and normal DHCPv6 is performed.You can set a link local IPv6 address on the LAN interface and select a DHCP-PD Prefix number from the drop down....
Fix the parse error, missing bracket.
Add backend support for the dhcp v6 client
Correct wrong key for checking if a interface type switched. Ticket #1420
Remove the dhcp6 type, add the DUID field to the dhcp config.
Move the link to add a gateway up next to the drop-down box so it is more obvious.
Change the wording and the link placement for adding a new gateway
Make it possible to add a IPv6 gateway using the ajax add button
Forgot to add the dollar sign to make it a variable
Remove the old v6 address using the -alias method
Conflicts: etc/inc/rrd.inc usr/local/www/interfaces.php
Update GUI to enable L2TP client configuration.
enlarge various address fields for IPv6 addresses
Add <br/> between ipv6 and ipv4 blocks
Ticket #259. Actually kill dhlient when the interface type changes before going through apply changes otherwise the information would be lost and dhclient will remain running.
Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
Fix HTML errors reported by Eclipse using PHP perspective
Modify comparisons for antenna settings to be more restrictive. Might help with ticket #1121
Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
Ticket #829. Allow the user to change from ppp* type to static or dhcp type interface from interfaces.php.
Revert "Interface names should appear as uppercase"
This reverts commit e8ad860fb4d19d137e9cb490c498327db8fba719.
Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
Fix XSS issues
Return disabled interfaces as well
Interface names should appear as uppercase
Define variable a bit earlier in case its shared
Use get_configured_interface_list() so Ermal does not yell at me :)
Ensure passed interface is valid
Check against static configurations which can be staticv4 staticv6 or staticv4v6
Allow for configuring a IPv6 address on the interfaces page.Add code to verify a ipv6 addressLet is_ipaddr() return true on a v4 and v6 address.Change system gateways edit to fetch the global ipv6 interface ipv6 addresses and subnetsThe current ipv6 function might need folding into filter_var() when that catches some documented corner cases....
Correct this note, on at least one card (mxge) it defaults to an MTU of 9000, so we can't always say the default will be 1500.
Revert "Add missing break statement in input validation code."
This reverts commit 52bebb6f44293de1d184c2a6310ad6fb38c5f7f2.
Add missing break statement in input validation code.
Add missing break;
Ticket #543. Do not allow to change an interface already configured to a type none if it is referenced by VIPs and also do not allow VIPs to be configured on an interface with type none. Maybe the latest should be relaxed to only disallow this for ipaliases?!
Ticket #829. Do not allow an interface to switch back to static/dhcp/none if it is configured as ppp/pppoe/pptp. for now just blacklist this option because it is not so trivial to fix.
Small optimization.
Gett full list of interfaces when verifying description.
Fix alignment of save and cancel buttons on interfaces.php.
Revert "Stick save and cancel back into the right hand of the first td cell like all other forms have it."
This reverts commit 787e94645b722b3b3c7f99480a7b71c20f083396.
should be #777 not *777
Fix some printfs and some text.
Just fix some space and tab problems
Merge remote branch 'mainline/master'
Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
Use
gettext() fixes on interfaces.php
Fix text
Stick save and cancel back into the right hand of the first td cell like all other forms have it.
Remove extra quotes that were added around some strings when adding printf+gettext in some areas.
No need to set enable
Add 8021.x preauth (rsn_preauth)
Add gui code for antenna settings. Ticket #13
Fix printf that should be sprintf.
Hide the distance setting for wireless interfaces that do not support it.
Resolves #599. Split mtu and mss fields in interfaces page so it is possible to set them differently.
Merge remote branch 'mainline/master' into 3_interfaces
Conflicts: usr/local/www/diag_nanobsd.php usr/local/www/diag_packet_capture.php usr/local/www/interfaces.php
Hide the interface configuration when WAN or LAN are disabled, just like for OPT interfaces.
The pipe character is not valid for the interface description, so don't consider it valid in the regular expression.
Correct capitalization for PPTP and L2TP in a couple places.
Sync wireless settings first to be sure it displays the actual settings that will be used when the interface is configured.
Add a checkbox to make syncing shared wireless settings to a central area optional.
Change wireless configuration heading to be more specific.
Separate regdomain.xml parsing back to a separate file, so it can be used when xmlreader.inc is used instead of xmlparse.inc
Checked gettext() implementation on interfaces.php
Only unset if this is actually set. Ticket #710
Implement gettext() calls on interfaces.php and interfaces_assign.php
Take out all code that assumes to use DHCP for local ip if local ip is left blank.
Also, check for blank local IPs and error out if they occur.
Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.
Fix also localip handling in interfaces.php
Clean up pptp a bit and modify text description in interfaces_ppps_edit
Fix up for new ptpid scheme and new iface naming scheme.
Add check for required fields for PPP connections.
Fix all issues that Ermal found.
Interfaces.php problems.1- When creating a pppoe ptpid on the config is empty(<<ptpid/>).2- after switching from pppoe to pptp in the config there remainspppoe-reset-type which is not that much of a bug but needs to be...
Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.
Must create an OPTx interface and set to DHCP for DHCP+PPPoE.
Use require_once instead of require, in case these files have been loaded previously. Fixes #631
Add status link to Interfaces
Update note text.
Change label and update note text about Advanced and MLPPP configs.
Simplify code that handles link specific data fields like local ip, gateway, and bandwidth.
Delete the interface_ppp_configure function and change how PPP data is saved.
PPP data entered in interfaces.php was clobbering data that didn't have associatedfields in this page. Fixed now. Also, add a little PPP section to interfaces.php fileto point users in the right place to create the configuration.