summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
Commit message (Expand)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 the...Renato Botelho2014-03-121-2/+2
* Revert "Remove unecessary variable"Renato Botelho2013-07-301-2/+4
* Remove unecessary variableRenato Botelho2013-07-061-4/+2
* Fix #2962, allow to remove VIP if gateway IP is on the interface's subnetRenato Botelho2013-07-061-3/+12
* Allow selecting "Localhost" as an interface for IP Alias VIPs - this way you ...jim-p2013-06-061-0/+1
* Allow IPs inside virtual IP networks to be used as gateways. Fixed #2962Renato Botelho2013-04-231-0/+23
* Tidy up "firewall_virtual_ip.php" XHTMLColin Fleming2013-04-091-17/+18
* Allow deleting all aliases but the last one within the same subnet of a CARP ...Renato Botelho2013-02-211-4/+15
* Display right interface name on alias list when alias interface os CARP. Fixe...Renato Botelho2013-02-181-1/+7
* Update PHP shorthand tagColin Fleming2013-01-141-2/+2
* Always commit the session fast to allow other consumers to proceed to their r...Ermal2013-01-031-0/+3
* Refine saving/applying on more pages - don't show apply or take an action unl...jim-p2012-10-091-0/+6
* CARP notifications show vip description, 'Virtual IP Addresses' page shows in...PiBa-NL2012-09-291-2/+6
* Get rid of carpdev, it will never beErmal2012-06-071-7/+3
* fix textChris Buechler2012-05-011-2/+2
* Make vips vhid be unique per parent interface!Ermal2012-04-051-1/+1
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-1/+1
* Correct check for ipaliases over carp so we do not allow the deletion.Ermal2011-06-141-2/+2
* More safety belts. Do not allow a carp referenced by an ipalias to be deleted.Ermal2010-12-171-0/+6
* Just take action when there is a file otherwise just call filter_reload.Ermal2010-09-011-25/+25
* Ticket #866 #632. Save old settings or actions to be taken for reconfiguring ...Ermal2010-09-011-7/+10
* Allow carp interfaces to sit on top of aliases. Also add safety belts to ipal...Ermal2010-08-261-0/+9
* Fix gettext on firewall_virtual_ip.phpVinicius Coque2010-08-121-1/+1
* Checked gettext() implementation on firewall_virtual_ip.phpCarlos Eduardo Ramos2010-07-131-1/+1
* Corrections gettext implementation on firewall_virtual_ip.phpCarlos Eduardo Ramos2010-07-081-1/+1
* Fixing gettext() calls on firewall_virtual_ip.phpVinicius Coque2010-07-021-1/+1
* Fixing gettext calls on firewall_virtual_ip.phpVinicius Coque2010-07-021-3/+3
* Pick some fixes from masterRenato Botelho2010-07-011-4/+4
* Implemet gettext() callsRafael Lucas2010-06-291-1/+1
* Implement gettext() callsRafael Lucas2010-06-291-13/+13
* Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduc...Ermal2010-06-161-1/+2
* Fixes #549. Save a list of all changed vips to reload in a temporary file so ...Ermal2010-06-141-18/+22
* Use correct xml tag to compare with nat port forward destination addressRenato Botelho2010-04-131-1/+1
* Teach more code to deal with new NAT Port Forwarding xml tagsRenato Botelho2010-04-121-2/+2
* Ticket #152. Hoepfully fix creation of empty vip entries in the config when d...Ermal Luçi2010-02-091-0/+2
* Require filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
* Propperly fix the special case of proxyarp vip deleteion. With comments from ...Ermal Luçi2009-11-151-2/+8
* Revert "Resolves #153 Treat proxyarp special case during deletion."Ermal Luçi2009-11-151-3/+1
* Resolves #153 Treat proxyarp special case during deletion.Ermal Luçi2009-11-151-1/+3
* Fix proxy ARP VIP addition (was calling old function)Chris Buechler2009-11-151-1/+1
* Correctly handle the change of vhid on an interface.Ermal Luçi2009-10-081-2/+1
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-9/+25
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to includ...Scott Ullrich2009-09-141-1/+4
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-3/+3
* * Create two new functions lock($subsystem)/unlock() to have more reliable lo...Ermal Luçi2009-05-081-4/+0
* Take care of cleaning the ip alias when we delete an entry of ipalias type or...Ermal Luçi2009-03-261-0/+2
* Make sure that the item isset before checking.(part of PHP5 array handling)Ermal Luçi2009-03-261-1/+1
* fix path to IP Alias imageBill Marquette2009-03-121-1/+1
* use the right classBill Marquette2009-01-251-1/+1
OpenPOWER on IntegriCloud