summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this ↵jim-p2012-05-081-1/+1
| | | | | | | | | | | | should not have been on RELENG_2_0 see ticket #2415 This reverts commit 4d0c032c528b10221a2ef894b5eca34f6fda39a7. Conflicts: etc/inc/openvpn.inc etc/inc/upgrade_config.inc etc/rc.filter_synchronize
* Make vips vhid be unique per parent interface!Ermal2012-04-051-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
| | | | 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
|
* 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 ↵Ermal Luçi2010-02-091-0/+2
| | | | deleting them. Probably more checks need to be done by consumers.
* 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
| | | | cbuechler@.
* Revert "Resolves #153 Treat proxyarp special case during deletion."Ermal Luçi2009-11-151-3/+1
| | | | This reverts commit 5d5ec271de58dd8306fa7bacfb439b07b3dd2e51.
* 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
| | | | | | rename function from interfaces_proxyarp... to interface_ to be consistent with the functions for carp, carpdev, and ipalias. still a problem with proxy ARP, removing VIP doesn't kill off choparp (will open ticket)
* 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
| | | | | | | | * 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
* * Reorganize the 'apply' button infrustructure in the GUI.Ermal Luçi2009-06-301-3/+3
| | | | | | - 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
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-4/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* 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.
* 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
|
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* 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
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-071-1/+0
|
* Woops, reverse output.Scott Ullrich2008-05-251-1/+1
|
* Output vhid for carpdev itemsScott Ullrich2008-05-251-1/+1
|
* Output CarpDEV-DHCP items correctly. Do not have subnet-bits.Scott Ullrich2008-05-251-3/+5
|
* CarDEV DHCP fixes.Scott Ullrich2008-05-251-0/+6
|
* add IP alias supportChris Buechler2008-04-141-2/+2
| | | | | | TODO: Remove IP aliases upon deletion Add "type" icon
* touch up textChris Buechler2008-02-161-1/+1
|
* * Only output one error message or save notice at a timeScott Ullrich2007-12-241-5/+11
| | | | | | * Correc the reboot workaround for kernel panics (CARP interface deletion) Ticket #1397
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-2/+11
| | | | This to make it easier on large configurations.
* Do not reset CARP interfaces until user applies the changes.Scott Ullrich2006-08-141-3/+1
|
* Bring CARP interfaces up fully after changes.Scott Ullrich2006-07-131-0/+2
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove reboot required checksScott Ullrich2005-12-141-8/+8
|
OpenPOWER on IntegriCloud