summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* 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
* When adding ip aliases on top of carp not in the subnet of the carp ↵Ermal2014-02-111-1/+2
| | | | configured address but an ip alias of the real interface do not error out but accept this as a valid configuration.
* Do not list the same CARP ip as an option for InterfaceRenato Botelho2014-01-231-1/+2
|
* 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
|
* replacing prototype by jQuery on firewall_*Vinicius Coque2011-10-101-9/+9
|
* Comment out code that seems to not be anymore useful. Remove later on if no ↵Ermal2011-08-171-1/+2
| | | | complaints in sight.
* enlarge various address fields for IPv6 addressesSeth Mos2011-03-171-3/+3
|
* Fix the IP address check to allow for interfaces that just have a IPv6 ↵Seth Mos2011-02-101-2/+2
| | | | address but no IPv4
* Merge remote branch 'upstream/master'Seth Mos2010-12-201-0/+28
|\
| * Add a per-entry option for Proxy ARP VIPs of the Network type to disable ↵jim-p2010-12-201-0/+28
| | | | | | | | their expansion on Port Forwards and Outbound NAT screens. Will allow users with large proxy arp subnets used only with 1:1 to still load those pages in a reasonable time. Resolves #1119
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-24/+61
|\ \ | |/ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * Allow carp as parent only to ipalias.Ermal2010-12-171-0/+6
| |
| * Fallback to the sane limit of 255 now that the patch is backed out.Ermal2010-12-171-1/+1
| |
| * Add safety belts since only aliases on same subnet can be added to an carp(4)Ermal2010-12-171-1/+15
| |
| * Allow ip aliases to be added to vips.Ermal2010-12-171-0/+3
| |
| * Expose advbase option of carp(4) to alleviate advanced configs.Ermal2010-12-071-23/+37
| |
| * Raise this to new limit of 2^16.Ermal2010-12-011-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-1/+1
|\ \ | |/ | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
| |
* | Make it possible to create a inet6 carp address. This works surprisinglySeth Mos2010-11-031-9/+25
|/ | | | What doesn't work is removing the previous IPv6 address from a interface. This should be hooked into the edit page
* Typo: choosen -> chosenjim-p2010-09-081-1/+1
|
* Do the check regarding 'none' configured interfaces properly. This fixes ↵Ermal2010-09-071-1/+1
| | | | breakage on VIP configuration. Reported-by: http://forum.pfsense.org/index.php/topic,28120.0.html
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ↵Ermal2010-09-011-24/+14
| | | | a route/vip on a tmp file and make use that information when apply settings buttons is clicked. This makes the gui behave as expected.
* Ticket #543. Do not allow to change an interface already configured to a ↵Ermal2010-08-311-1/+4
| | | | 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?!
OpenPOWER on IntegriCloud