summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Move main pfSense content to src/Renato Botelho2015-08-251-572/+0
|
* Cancel button after input errorPhil Davis2015-07-131-1/+6
| | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* Code spacingPhil Davis2015-06-151-10/+10
| | | | | | | 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 Firewall VIPPhil Davis2015-05-111-286/+321
|
* Remove dead code and unset vars so next time the code works properly ↵Ermal LUÇI2015-02-111-10/+1
| | | | avoiding cache issues.
* Ticket #3997 Put a uniq identifier on the carp settings.Ermal LUÇI2015-01-151-0/+4
|
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* fix textChris Buechler2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* Ticket #3967. Allow to have carp as parent of ipaliasesErmal2014-11-101-5/+35
|
* Merge pull request #1303 from PiBa-NL/carp_without_matching_subnetErmal2014-10-061-5/+0
|\
| * CARP, allow carp ip to be outside interface and alias subnets (FreeBSD10 ↵PiBa-NL2014-10-021-5/+0
| | | | | | | | feature)
* | Make proper check if IP address is configured on another interfaces and ↵Renato Botelho2014-10-031-1/+8
|/ | | | ignore current one. It fixes #3807
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Fix #3807:Renato Botelho2014-08-251-2/+17
| | | | | | | * When changing a pre existing VIP, use previous configured interface for checking, this fixes the issue that happens when you try to change a VIP to a new interface. * Use the right interface name, only carp uses _vipN suffix
* Allow to add ipalias vip to lo0, it should fix #3773Renato Botelho2014-08-051-8/+3
|
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-6/+6
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-6/+6
| | | | | | 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
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Remove a probably bad copy/paste lineRenato Botelho2013-12-141-1/+0
|
* Properly detect if an ip is already configured for VIP. Remove useless ↵Ermal2013-12-131-10/+2
| | | | checks for carp
* Handle more carp enahancements for FreeBSD 10. the interface vips will be ↵Ermal2013-12-051-3/+0
| | | | names $if@$vhid since the interface name is the same as other ips.
* Remove references to _vip interface and provide proper configuration for ↵Ermal2013-11-281-21/+0
| | | | carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Allow selecting "Localhost" as an interface for IP Alias VIPs - this way you ↵jim-p2013-06-061-5/+10
| | | | can make IP Alias VIPs to use for binding in a routed scenario with CARP without creating an IP conflict.
* Tidy up "firewall_virtaul_ip_edit.php" XHTMLColin Fleming2013-04-091-36/+34
| | | | | | Add CDATA sections to SCRIPT tags Update HTML boolean operators Close INPUT and BR tags
* Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. ↵Renato Botelho2013-03-011-0/+16
| | | | Fixes #2768
* Add check for ipv6 subnet when adding aliases with CARP parentsRenato Botelho2013-03-011-3/+10
|
* Simplify codeRenato Botelho2013-03-011-12/+9
|
* Silent php -l removing pass-by-referenceRenato Botelho2013-03-011-1/+1
|
* Improve error message since we can have ipv6 set hereRenato Botelho2013-02-211-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.
* 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
* Preselect interface subnet mask for carp interfacesRenato Botelho2013-02-121-1/+14
|
* Check interfaces and VIP IP address overlapRenato Botelho2013-02-111-14/+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
* Make gen_subnetv6 return a compressed form IPv6 address/net representation. ↵Ermal2013-02-071-1/+1
| | | | This removes some issues reported during Ticket #2746 and solve the issue on some cases
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-4/+4
| | | | unless the user is allowed to do that.
* fix warning message for CARP /32 /128 masks added /31 /127 as these are also ↵PiBa-NL2012-09-241-4/+4
| | | | not applicable for carp which needs at least 3 IP's to function.
* fix for breaking editing carp edit selection setting.PiBa-NL2012-09-241-1/+1
|
* changed "Firewall: Virtual IP Address: Edit" page to always have the same ↵PiBa-NL2012-09-221-87/+60
| | | | options available (if applicable) for IPalias/CARP/ProxyArp/other
* Get rid of carpdev, it will never beErmal2012-06-071-30/+1
|
* Fix of bug #2374 "When entering values in firewall rules leading andCristian Feldman2012-05-181-0/+3
| | | | trailing spaces are not deleted"
* bug fix for #2320: on firewall_virtual_ip_edit.php it jumps to a length of 1 ↵Darren Embry2012-04-051-1/+1
| | | | on a valid ipv4
* Make vips vhid be unique per parent interface!Ermal2012-04-051-22/+6
|
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-281-0/+1
| | | | http://redmine.pfsense.org/issues/2320
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-281-2/+2
|
* Unbreak a number of explode() replacements which required preg_split()smos2012-01-201-1/+1
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* fix textChris Buechler2011-10-221-3/+3
|
OpenPOWER on IntegriCloud