summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-7/+7
| | | | | | | 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-135/+163
|
* Fixes #4633 Enable carp packets to flow on the first carp interface ↵Ermal LUÇI2015-05-011-0/+6
| | | | creation. This is needed only when the system is booted up without any carp vip configured
* When deleting a VIP check it is not used by OpenVPNPhil Davis2015-04-141-0/+20
| | | | | I noticed this when cleaning up VIPs and OpenVPN server when testing for this forum post https://forum.pfsense.org/index.php?topic=92174.0 The system let me delete my test VIP before I deleted the OpenVPN server using, probably not a good thing. This is a better version of #1604 - the similar loops for server and client are combined, and the error message shows the description (or IP address:port) of the offending OpenVPN instance so the user has a clue about which OpenVPN instance uses the VIP.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967Chris Buechler2014-11-101-0/+3
|
* Ticket #3967. Allow to have carp as parent of ipaliases - continuedErmal2014-11-101-0/+6
|
* firewall_virtual_ip make the table sortable remove double tfoot, but use 2 ↵PiBa-NL2014-10-021-16/+18
| | | | tr inside.
* firewall_virtual_ip make the table sortablePiBa-NL2014-09-281-12/+12
|
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-171-4/+4
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-4/+4
| | | | | | 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-2/+2
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* firewall_virtual_ip , allow deleting last ip-alias if interface uses same ↵PiBa-NL2014-03-091-2/+7
| | | | the subnet. (while CARP-ip is present)
* 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-7/+0
| | | | carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code
* Revert "Remove unecessary variable"Renato Botelho2013-07-301-2/+4
| | | | | | This var is used below This reverts commit b91d0be3863d55bbfe9a31d855b4a2aedae34d92.
* 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
| | | | can make IP Alias VIPs to use for binding in a routed scenario with CARP without creating an IP conflict.
* 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
| | | | | | | Close INPUT, BR and IMG tags and add ALT to IMG tags Deprecate the ampersand in ANCHOR tags Move NOWRAP to class statement Add missing closing TD and closing TR tags
* Allow deleting all aliases but the last one within the same subnet of a CARP ↵Renato Botelho2013-02-211-4/+15
| | | | IP. Fixes #2406
* Display right interface name on alias list when alias interface os CARP. ↵Renato Botelho2013-02-181-1/+7
| | | | Fixes #2824
* Update PHP shorthand tagColin Fleming2013-01-141-2/+2
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-031-0/+3
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions
* Refine saving/applying on more pages - don't show apply or take an action ↵jim-p2012-10-091-0/+6
| | | | unless the user is allowed to do that.
* CARP notifications show vip description, 'Virtual IP Addresses' page shows ↵PiBa-NL2012-09-291-2/+6
| | | | interface.
* 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
| | | | https://redmine.pfsense.org/issues/647
* 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
| | | | 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.
* Allow carp interfaces to sit on top of aliases. Also add safety belts to ↵Ermal2010-08-261-0/+9
| | | | ipalias deletion for this to avoid breakage. Trigered-by: http://forum.pfsense.org/index.php/topic,27834.0.html
* 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 ↵Ermal2010-06-161-1/+2
| | | | introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface.
* Fixes #549. Save a list of all changed vips to reload in a temporary file so ↵Ermal2010-06-141-18/+22
| | | | when apply is clicked it can process all of them.
* Use correct xml tag to compare with nat port forward destination addressRenato Botelho2010-04-131-1/+1
|
OpenPOWER on IntegriCloud