summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not allow proxy arp to be edited if it references a carp.Ermal2010-08-261-2/+16
|
* Allow carp interfaces to sit on top of aliases. Also add safety belts to ↵Ermal2010-08-261-1/+1
| | | | ipalias deletion for this to avoid breakage. Trigered-by: http://forum.pfsense.org/index.php/topic,27834.0.html
* Fixes #694. Actually if the vip interface changes take proper actions to ↵Ermal2010-08-171-2/+2
| | | | clean up on the previous interface.
* Just fix some space and tab problemsRenato Botelho2010-08-121-1/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Do not try to bring down a CARP VIP for an entry that does not exist yet. ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | | | | | Fixes #819
* | Fix gettext on firewall_virtual_ip_edit.phpVinicius Coque2010-08-121-3/+3
|/
* Fix enable_change() broken on last gettext() implementationVinícius Coque2010-08-101-3/+3
|
* Checked gettext() implementation on firewall_virtual_ip_edit.phpCarlos Eduardo Ramos2010-07-121-1/+1
|
* Corrections gettext implementation on firewall_virtual_ip_edit.phpCarlos Eduardo Ramos2010-07-081-4/+4
|
* Fixing gettext calls on firewall_virtual_ip_edit.phpVinicius Coque2010-07-021-10/+10
|
* Implemet gettext() callsRafael Lucas2010-06-291-1/+1
|
* Implement gettext() callsRafael Lucas2010-06-291-36/+36
|
* Fixes #549. Save a list of all changed vips to reload in a temporary file so ↵Ermal2010-06-141-1/+7
| | | | when apply is clicked it can process all of them.
* Fixes #632. Use the correct function to handle vip destory.Ermal2010-06-141-1/+1
|
* Fixes #632. Actually pass the interface and not the vip configuration to the ↵Ermal2010-06-041-1/+1
| | | | function.
* Merge remote branch 'mainline/master'Renato Botelho2010-04-271-1/+1
|\
| * Actually correctly handle editing of vips with index 0.Ermal2010-04-271-1/+1
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-271-1/+1
|\ \ | |/
| * Fix test to not penalized variable value of 0.Ermal2010-04-261-1/+1
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-261-10/+0
|\ \ | |/
| * remove bunk input validationChris Buechler2010-04-241-10/+0
| |
* | Teach more code to deal with new NAT Port Forwarding xml tagsRenato Botelho2010-04-121-2/+2
|/
* fix editing of PARP ranges reverting to single entries, and duplicate ↵Chris Buechler2010-04-031-4/+4
| | | | "selected" in subnet_bits
* Remove mentioning of the well gone ftp helper.Ermal Luçi2010-03-031-1/+1
|
* check against correct variableChris Buechler2010-02-211-2/+2
|
* Feedback #225. If the type of vip changes remove the old type before adding ↵Ermal Luçi2010-01-111-0/+5
| | | | the new one.
* Automatically select the last known vhid + 1 when creating new entriessullrich2009-11-281-0/+14
|
* Verify carp VHIDS no matter what and compare to current id if needed ↵sullrich2009-11-281-8/+6
| | | | Resolves #189
* Include filter.inc and shaper.incScott Ullrich2009-11-211-0/+3
|
* Correctly handle the change of vhid on an interface.Ermal Luçi2009-10-081-0/+3
|
* Add more checks.Ermal Luçi2009-10-011-1/+2
|
* Missed improvement.Ermal Luçi2009-10-011-1/+2
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-011-17/+8
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* We no longer have a carpdev patch. Comment out the radio buttonScott Ullrich2009-08-251-0/+5
|
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-1/+1
| | | | | | - Present three new functions is/mark/clear_subsystem_dirty('name_of_subsystem'). This makes easier to create such things without needing to introduce new globals. - Convert all pages to the new infrustructure - This improves a lot the control on this notification
* Fix CARP IP Creation. Subnet check was failing even for valid input. See ↵jim-p2009-05-121-2/+2
| | | | ticket #1925
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-5/+4
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Take care of cleaning the ip alias when we delete an entry of ipalias type ↵Ermal Luçi2009-03-261-0/+2
| | | | or modify it.
* Use the new function of interfaces and get_interface_ip to get propper results.Ermal Luçi2009-03-261-4/+4
|
* Add CSS HeaderScott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-10/+2
|
* Output CarpDEV-DHCP items correctly. Do not have subnet-bits.Scott Ullrich2008-05-251-6/+7
|
* CarpDEV-DHCP fixes.Scott Ullrich2008-05-251-2/+2
|
* CarpDEV fixes. It now works!!Scott Ullrich2008-05-251-0/+9
|
* Add CarpDEV-DHCP support.Scott Ullrich2008-05-241-21/+32
|
* add IP alias supportChris Buechler2008-04-141-5/+20
| | | | | | TODO: Remove IP aliases upon deletion Add "type" icon
* clarify textChris Buechler2008-02-161-1/+1
|
OpenPOWER on IntegriCloud