Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #632. When bringing down a vip of proxyarp use the new pidfile ↵ | Ermal | 2010-06-16 | 1 | -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 ↵ | Ermal | 2010-06-14 | 1 | -18/+22 |
| | | | | when apply is clicked it can process all of them. | ||||
* | Use correct xml tag to compare with nat port forward destination address | Renato Botelho | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Teach more code to deal with new NAT Port Forwarding xml tags | Renato Botelho | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Ticket #152. Hoepfully fix creation of empty vip entries in the config when ↵ | Ermal Luçi | 2010-02-09 | 1 | -0/+2 |
| | | | | deleting them. Probably more checks need to be done by consumers. | ||||
* | Require filter.inc and shaper.inc | Scott Ullrich | 2009-11-21 | 1 | -0/+3 |
| | |||||
* | Propperly fix the special case of proxyarp vip deleteion. With comments from ↵ | Ermal Luçi | 2009-11-15 | 1 | -2/+8 |
| | | | | cbuechler@. | ||||
* | Revert "Resolves #153 Treat proxyarp special case during deletion." | Ermal Luçi | 2009-11-15 | 1 | -3/+1 |
| | | | | This reverts commit 5d5ec271de58dd8306fa7bacfb439b07b3dd2e51. | ||||
* | Resolves #153 Treat proxyarp special case during deletion. | Ermal Luçi | 2009-11-15 | 1 | -1/+3 |
| | |||||
* | Fix proxy ARP VIP addition (was calling old function) | Chris Buechler | 2009-11-15 | 1 | -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çi | 2009-10-08 | 1 | -2/+1 |
| | |||||
* | * Convert carp/vips code to behave the same as other interfaces. | Ermal Luçi | 2009-10-01 | 1 | -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 Ullrich | 2009-09-14 | 1 | -1/+4 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | * Reorganize the 'apply' button infrustructure in the GUI. | Ermal Luçi | 2009-06-30 | 1 | -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çi | 2009-05-08 | 1 | -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çi | 2009-03-26 | 1 | -0/+2 |
| | | | | or modify it. | ||||
* | Make sure that the item isset before checking.(part of PHP5 array handling) | Ermal Luçi | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | fix path to IP Alias image | Bill Marquette | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | use the right class | Bill Marquette | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | Do not hard code white | Scott Ullrich | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 Ullrich | 2008-07-07 | 1 | -1/+0 |
| | |||||
* | Woops, reverse output. | Scott Ullrich | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | Output vhid for carpdev items | Scott Ullrich | 2008-05-25 | 1 | -1/+1 |
| | |||||
* | Output CarpDEV-DHCP items correctly. Do not have subnet-bits. | Scott Ullrich | 2008-05-25 | 1 | -3/+5 |
| | |||||
* | CarDEV DHCP fixes. | Scott Ullrich | 2008-05-25 | 1 | -0/+6 |
| | |||||
* | add IP alias support | Chris Buechler | 2008-04-14 | 1 | -2/+2 |
| | | | | | | TODO: Remove IP aliases upon deletion Add "type" icon | ||||
* | touch up text | Chris Buechler | 2008-02-16 | 1 | -1/+1 |
| | |||||
* | * Only output one error message or save notice at a time | Scott Ullrich | 2007-12-24 | 1 | -5/+11 |
| | | | | | | * Correc the reboot workaround for kernel panics (CARP interface deletion) Ticket #1397 | ||||
* | Switch over to array style page titles. Obtained-from: m0n0wall | Scott Ullrich | 2007-11-16 | 1 | -2/+1 |
| | |||||
* | Add a plus button on the top header of these pages. | Seth Mos | 2007-05-08 | 1 | -2/+11 |
| | | | | This to make it easier on large configurations. | ||||
* | Do not reset CARP interfaces until user applies the changes. | Scott Ullrich | 2006-08-14 | 1 | -3/+1 |
| | |||||
* | Bring CARP interfaces up fully after changes. | Scott Ullrich | 2006-07-13 | 1 | -0/+2 |
| | |||||
* | Remove #!/usr/local/bin/php | Scott Ullrich | 2006-01-02 | 1 | -1/+0 |
| | |||||
* | Remove reboot required checks | Scott Ullrich | 2005-12-14 | 1 | -8/+8 |
| | |||||
* | MFC 7447 | Scott Ullrich | 2005-11-07 | 1 | -3/+5 |
| | | | | | Only check against an item if external-address is defined Ticket #648 | ||||
* | Do not show blank entries | Scott Ullrich | 2005-11-04 | 1 | -0/+3 |
| | | | | Ticket #664 | ||||
* | Adjust carp bootup sequence. Do not down the interfaces and later up them. | Scott Ullrich | 2005-09-24 | 1 | -1/+0 |
| | |||||
* | Allow for an "other" virtual IP which is neither ProxyARP or CARP | Bill Marquette | 2005-08-06 | 1 | -1/+1 |
| | | | | | | | Useful if the IP is already routed to you (PPPOE for example) and you just want to use it for NAT XXX: Need a icon_other hoba ;) | ||||
* | some crosslinking to "fly" from corrosponding setting to logs, diags and back | Holger Bauer | 2005-07-30 | 1 | -1/+2 |
| | |||||
* | updating files to use theme images | Erik Kristensen | 2005-07-21 | 1 | -4/+4 |
| | | | | | removing images from /usr/local/www adding specific images into the correct theme directories | ||||
* | Use CARP and Proxy ARP icons | Bill Marquette | 2005-07-17 | 1 | -7/+3 |
| | |||||
* | remove blank line | Bill Marquette | 2005-07-13 | 1 | -1/+0 |
| | |||||
* | Move CARP around - it's no longer a "service" | Bill Marquette | 2005-07-13 | 1 | -1/+9 |
| | | | | status shows under status menu and all settings are under virtual ips | ||||
* | Need to bring up the carp interfaces and do the proxyarp magic on changes | Bill Marquette | 2005-07-13 | 1 | -0/+4 |
| | |||||
* | duh, helps if you commit the code you want people to use! | Bill Marquette | 2005-07-13 | 1 | -0/+162 |
without further ado, heres the new virutal IP code :) |