summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix indent and whitespacesRenato Botelho2013-02-211-60/+59
|
* Allow deleting all aliases but the last one within the same subnet of a CARP ↵Renato Botelho2013-02-211-4/+15
| | | | IP. Fixes #2406
* Set if interface is enable before try to configure static arp. Fixes #1988Renato Botelho2013-02-211-1/+1
|
* Avoid conflicting interface IP address with static routes. Fixes #2039Renato Botelho2013-02-211-4/+23
|
* find_interface_ipv6 should return the first configured address, not the last oneRenato Botelho2013-02-211-0/+1
|
* Improve error message since we can have ipv6 set hereRenato Botelho2013-02-211-1/+1
|
* Add missing check for IPv6 overlap on interfaces, it complements the change ↵Renato Botelho2013-02-211-2/+6
| | | | made for ticket #1723
* Teach is_ipaddr_configured to check ipv6 for single IPs. While I'm here, ↵Renato Botelho2013-02-211-5/+9
| | | | reduce code duplication
* Remove unused function remove_numbers()Renato Botelho2013-02-211-6/+0
|
* A nic family name can contain numbers on it, remove only the index in the ↵Renato Botelho2013-02-211-2/+6
| | | | end. Fixes #2010
* Remove unimplemented optionErmal2013-02-201-13/+0
|
* Fix issues on "Set interface(s) IP address" optionRenato Botelho2013-02-201-27/+34
| | | | | | | - Avoid duplicate gateway entries - Fix checking if a default gw already exists - Set IPv6 to none when user choose it - Set gateway on interface
* fix typoRenato Botelho2013-02-201-1/+1
|
* Revert "Preselect interface subnet mask for carp interfaces"Renato Botelho2013-02-201-14/+1
| | | | | | | | | | This was not a good change, it just consider ipv4, and it doesn't respect the previous selected value. Revert it now and think on a better solution later. Fixes #2829 This reverts commit d94eb904462b149998e6cb5bf260922923cbf465.
* Fix dhcp v6 config section name for console setup and check on ↵Renato Botelho2013-02-202-8/+8
| | | | interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827
* Fix sort param to call bandwidth_by_ipRenato Botelho2013-02-201-1/+1
|
* Merge pull request #428 from mdima/masterErmal Luçi2013-02-201-2/+2
|\ | | | | Status Queue: Uniform units in the interface.
| * Status Queue: Uniform units in the interface.Michele Di Maria2013-02-201-2/+2
|/ | | Uniform units in the interface.
* Some more code cleanupErmal2013-02-191-4/+3
|
* Put the alerts behind comments for someone wanting to debug this. The errors ↵Ermal2013-02-191-2/+4
| | | | are from CSRF though ticket #2826 should not happen and functionality is not impacted by this.
* Remove single quotes committed wronglyErmal2013-02-191-1/+1
|
* Use jQuery() as all other codeErmal2013-02-191-2/+2
|
* Use jQuery fully on traffic graph. Also remove some unused code from ↵Ermal2013-02-192-15/+12
| | | | bandwidth_by_ip
* Be explicit on the testingErmal2013-02-191-3/+7
|
* Try to use our git PBI instead of the tbz version.jim-p2013-02-191-8/+29
|
* Add some PHP shell scripts for managing packages from the CLI.jim-p2013-02-193-0/+89
| | | | | | pfSsh.php playback installpkg git pfSsh.php playback uninstallpkg git pfSsh.php playback listpkg
* Default to using sha256 for a ca/cert digest algorithm, since sha1 is no ↵jim-p2013-02-192-0/+2
| | | | longer recommended.
* Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation ↵jim-p2013-02-191-4/+7
| | | | errors mentioned on ticket #2820
* Get the correct interface subnetRenato Botelho2013-02-191-11/+3
|
* 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
* | Display right interface name on alias list when alias interface os CARP. ↵Renato Botelho2013-02-181-1/+7
| | | | | | | | Fixes #2824
* | 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
* | Merge pull request #423 from N0YB/Interfaces_Static_IP_Gateway_Add_Newrbgarga2013-02-181-12/+8
|\ \ | | | | | | Interfaces Static IP v4 & v6 Gateway Add New
| * | Interfaces Static IP v4 & v6 Gateway Add NewN0YB2013-02-181-12/+8
| |/ | | | | | | Fix mismatched table row tags
* | CARP IPs were being checked twice in some cases. Fixes #2823Renato Botelho2013-02-181-10/+10
|/
* Add Digest Algorithm option to the CSR screen, should fix #2820jim-p2013-02-181-0/+16
|
* Merge pull request #422 from jean-m-cyr/masterChris Buechler2013-02-171-3/+5
|\ | | | | Avoid Warning: Invalid argument supplied for foreach() in /etc/inc/system.inc
| * Avoid Warning: Invalid argument supplied for foreach() in /etc/inc/system.incJean Cyr2013-02-171-3/+5
|/ | | | | | Warning: Invalid argument supplied for foreach() in /etc/inc/system.inc Don't use captiveportal configuration option variable if it isn't set
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-175-126/+126
| | | | | | | It breaks customizations, it's not a good time for such big change. This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversing changes made to d896f86751bae79625197da6c80d709fdf185448.
* Fix test for enabling upnp anchor. Unbreaks upnp for many.jim-p2013-02-171-1/+1
|
* Merge pull request #419 from bcyrill/patch-6rbgarga2013-02-171-7/+0
|\ | | | | Remove #2760 workaround
| * Remove #2760 workaroundbcyrill2013-02-171-7/+0
| | | | | | Since pfctl has been patched there is no need for the #2760 issue workaround anymore.
* | Merge pull request #418 from bcyrill/bogons_memrbgarga2013-02-171-7/+18
|\ \ | |/ |/| Update bogons update routine
| * Update bogons update routinebcyrill2013-02-151-7/+18
| |
* | Set (src|dst)mask to 128 for single IPv6 addresses. Fixes #2451Renato Botelho2013-02-161-2/+8
| |
* | Only apply this test for radius servers.jim-p2013-02-161-1/+1
| |
* | Fix #2818. Last change didn't work, it needs to be one more step out of the ↵Renato Botelho2013-02-161-2/+2
|/ | | | loop.
* Restart snmpd on rc.newwanip. It should fix #2756Renato Botelho2013-02-151-0/+3
|
OpenPOWER on IntegriCloud