Commit Graph

89 Commits

Author SHA1 Message Date
Phil Davis
6317d31dfc Fix lineup of copyright lines
and module names and other bits of formatting and typos in header
comment sections.
2015-01-01 10:13:14 -02:00
Renato Botelho
d961e7e33e Welcome 2015 2014-12-31 16:22:27 -02:00
Jim Thompson
dd447bde2b modify copyright statement to reflect reality 2014-11-10 22:49:50 -06:00
Chris Buechler
a1b66becf4 Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967 2014-11-10 22:07:44 -06:00
Ermal
5063f1df93 Ticket #3967. Allow to have carp as parent of ipaliases - continued 2014-11-10 15:00:30 +01:00
PiBa-NL
8d3c338e5c firewall_virtual_ip make the table sortable remove double tfoot, but use 2 tr inside. 2014-10-02 22:01:54 +02:00
PiBa-NL
547d76411e firewall_virtual_ip make the table sortable 2014-09-28 22:56:16 +02:00
Renato Botelho
7f7626ba44 Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-master-br 2014-03-17 11:17:29 -03:00
Chris Buechler
c728177042 standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org
2014-03-14 19:04:43 -05:00
ayvis
8cd558b61b xhtml Compliance
replaced <br>, <br/> and </br> with <br />
2014-03-14 21:24:03 +01:00
Renato Botelho
e41ec5848f Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print 2014-03-12 11:42:49 -03:00
PiBa-NL
a9fc108f9c firewall_virtual_ip , allow deleting last ip-alias if interface uses same the subnet. (while CARP-ip is present) 2014-03-09 17:16:51 +01:00
Ermal
b6877e065e Handle more carp enahancements for FreeBSD 10. the interface vips will be names $if@$vhid since the interface name is the same as other ips. 2013-12-05 10:51:25 +00:00
Ermal
7238e0cfc8 Remove references to _vip interface and provide proper configuration for carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code 2013-11-28 18:36:18 +00:00
Renato Botelho
ba47a8900e Revert "Remove unecessary variable"
This var is used below

This reverts commit b91d0be386.
2013-07-30 15:52:14 -03:00
Renato Botelho
b91d0be386 Remove unecessary variable 2013-07-06 16:38:14 -03:00
Renato Botelho
ff9f40d5de Fix #2962, allow to remove VIP if gateway IP is on the interface's subnet 2013-07-06 14:54:30 -03:00
jim-p
19d90bce19 Allow selecting "Localhost" as an interface for IP Alias VIPs - this way you can make IP Alias VIPs to use for binding in a routed scenario with CARP without creating an IP conflict. 2013-06-06 13:50:28 -04:00
Renato Botelho
55705b3335 Allow IPs inside virtual IP networks to be used as gateways. Fixed #2962 2013-04-23 09:40:27 -03:00
Colin Fleming
3bfe618af8 Tidy up "firewall_virtual_ip.php" XHTML
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
2013-04-09 15:05:43 +01:00
Renato Botelho
b030e03510 Allow deleting all aliases but the last one within the same subnet of a CARP IP. Fixes #2406 2013-02-21 12:28:54 -03:00
Renato Botelho
79ea2726b5 Display right interface name on alias list when alias interface os CARP. Fixes #2824 2013-02-18 20:14:02 -03:00
Colin Fleming
a3381369d9 Update PHP shorthand tag
Standardise all PHP start tags from "<?" to "<?PHP"
2013-01-14 13:27:36 +00:00
Ermal
4111fcf530 Always commit the session fast to allow other consumers to proceed to their 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 2013-01-03 22:50:47 +00:00
jim-p
3a343d7384 Refine saving/applying on more pages - don't show apply or take an action unless the user is allowed to do that. 2012-10-09 15:17:00 -04:00
PiBa-NL
e344985782 CARP notifications show vip description, 'Virtual IP Addresses' page shows interface. 2012-09-29 19:39:19 +02:00
Ermal
3e662cb0b2 Get rid of carpdev, it will never be 2012-06-07 08:51:16 +00:00
Chris Buechler
402ffa9687 fix text 2012-05-01 00:29:57 -04:00
Ermal
7b47bd4c3c Make vips vhid be unique per parent interface! 2012-04-05 20:22:01 +00:00
Darren Embry
f97a5b0419 Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
2012-03-22 21:25:58 -04:00
Ermal
1127df5f18 Correct check for ipaliases over carp so we do not allow the deletion. 2011-06-14 13:16:00 +00:00
Ermal
82db1bc578 More safety belts. Do not allow a carp referenced by an ipalias to be deleted. 2010-12-17 21:31:31 +00:00
Ermal
680714775f Just take action when there is a file otherwise just call filter_reload. 2010-09-01 16:09:03 +00:00
Ermal
e847108459 Ticket #866 #632. Save old settings or actions to be taken for reconfiguring 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. 2010-09-01 15:51:38 +00:00
Ermal
e19b7d1ea8 Allow carp interfaces to sit on top of aliases. Also add safety belts to ipalias deletion for this to avoid breakage. Trigered-by: http://forum.pfsense.org/index.php/topic,27834.0.html 2010-08-26 16:38:12 +00:00
Vinicius Coque
f8c0efc91d Fix gettext on firewall_virtual_ip.php 2010-08-12 09:35:19 -03:00
Carlos Eduardo Ramos
e4fc92deb8 Checked gettext() implementation on firewall_virtual_ip.php 2010-07-13 14:09:50 -03:00
Carlos Eduardo Ramos
a00665a60d Corrections gettext implementation on firewall_virtual_ip.php 2010-07-08 15:02:05 -03:00
Vinicius Coque
3c7b2c1eb0 Fixing gettext() calls on firewall_virtual_ip.php 2010-07-02 17:55:47 -03:00
Vinicius Coque
c59639d1aa Fixing gettext calls on firewall_virtual_ip.php 2010-07-02 15:55:00 -03:00
Renato Botelho
79a5a0518f Pick some fixes from master 2010-07-01 08:21:14 -03:00
Rafael Lucas
406abd6ea0 Implemet gettext() calls 2010-06-29 10:51:15 -03:00
Rafael Lucas
3e2a70d9b6 Implement gettext() calls 2010-06-29 08:53:23 -03:00
Ermal
962fd68551 Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface. 2010-06-16 16:07:16 +00:00
Ermal
2b6f65d736 Fixes #549. Save a list of all changed vips to reload in a temporary file so when apply is clicked it can process all of them. 2010-06-14 11:54:23 +00:00
Renato Botelho
3504e10b0f Use correct xml tag to compare with nat port forward destination address 2010-04-13 11:04:59 -03:00
Renato Botelho
93e485e3c6 Teach more code to deal with new NAT Port Forwarding xml tags 2010-04-12 11:10:04 -03:00
Ermal Luçi
ed65eb04ee Ticket #152. Hoepfully fix creation of empty vip entries in the config when deleting them. Probably more checks need to be done by consumers. 2010-02-09 11:03:58 +00:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Ermal Luçi
1ba7a81ba0 Propperly fix the special case of proxyarp vip deleteion. With comments from cbuechler@. 2009-11-15 20:49:11 +00:00