summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Do not show the LAN interface when it is not present.Scott Ullrich2008-02-091-1/+5
|
* Use ip_in_subnet() to correctly determineif we have a matching real ipScott Ullrich2008-01-281-5/+3
| | | | address defined somewhere before allowing the CARP address to be added.
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-8/+7
|
* When editing a CARP VIP do not complain about the VHID when the record id ↵Scott Ullrich2007-02-271-1/+3
| | | | matches
* Be even more picky about spacing.Scott Ullrich2006-08-241-1/+1
|
* Be picky about spacing.Scott Ullrich2006-08-241-1/+1
|
* Provide a link to the OpenBSD carp FAQ. CARP seems to be a magical creature ↵Scott Ullrich2006-08-241-0/+1
| | | | that nobody can grasp easily without lots of information.
* s/2/two/Scott Ullrich2006-08-231-1/+1
|
* Require a password for CARP type entriesScott Ullrich2006-08-231-0/+2
|
* Allow user to edit already existing vip.Scott Ullrich2006-08-231-4/+6
|
* Do not allow duplicate VHIDS to be defined. It's asking for trouble. And ↵Scott Ullrich2006-08-231-0/+5
| | | | spell vhid correctly this time!
* Do not reset CARP interfaces until user applies the changes.Scott Ullrich2006-08-141-22/+19
|
* Add a big fat warning that ProxyARP type addresses do not work with userland ↵Scott Ullrich2006-06-071-0/+13
| | | | applications such as PFTPX (FTP Helper, squid, etc)
* Tighten validation code. Only allow a CARP ip to be added if its subnet ↵Scott Ullrich2006-05-301-4/+7
| | | | matches the subnet mask of the real interface.
* Backout /32 change, it doesnt work on FreeBSD as it does on OpenBSD. All ↵Scott Ullrich2006-05-301-4/+0
| | | | traffic stopped even though master / slave status was correct.
* * Force CARP ip's with a subnet of /32 to avoid foot shooting aka kernel panicsScott Ullrich2006-05-301-2/+5
| | | | * Use reset_carp()
* three -> twoScott Ullrich2006-05-051-1/+1
|
* Only check first two octets when validating that a comprable real ip exists ↵Scott Ullrich2006-04-261-3/+3
| | | | for CARP.
* remove <p> from notice/errorScott Ullrich2006-04-251-1/+1
|
* /input_error/input_errors/Scott Ullrich2006-04-251-1/+1
|
* s/===/==/Scott Ullrich2006-04-251-1/+1
|
* MFC 11967Scott Ullrich2006-04-251-0/+30
| | | | | Do not allow user to shoot themselves in the foot (and the kernel, apparently) by adding a CARP ip to the system if a real ip on a real interface doesnt exist to match. Tickets:
* Call interfaces_carp_bring_up_final() as well after editing virtual carp ipsScott Ullrich2006-04-191-0/+1
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Nuke display_topbar(). Its's currently red and looks incredibly out of ↵Scott Ullrich2005-12-051-1/+0
| | | | place. Hopefully we can add this back post 1.0
* MFC 7446Scott Ullrich2005-11-071-10/+14
| | | | | | Remove range feature. Will be reinvestigated after 1.0 Ticket #660 Ticket #661
* Adjust carp bootup sequence. Do not down the interfaces and later up them.Scott Ullrich2005-09-241-3/+0
|
* Allow for an "other" virtual IP which is neither ProxyARP or CARPBill Marquette2005-08-061-0/+9
| | | | | | | 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 ;)
* Count from 1 to 255.Scott Ullrich2005-07-301-1/+1
|
* Ticket #269: Proxy ARP shouldn't allow for CIDR selection when doing a ↵Bill Marquette2005-07-281-0/+1
| | | | single address :)
* Sync after wan configurationScott Ullrich2005-07-231-0/+6
|
* Actually use existing advskew and vhid instead of defaulting to 0.Bill Marquette2005-07-151-63/+12
|
* Allow CARP to have a netmask and dynamically change info text next to ↵Bill Marquette2005-07-141-2/+18
| | | | netmask option
OpenPOWER on IntegriCloud