Commit Graph

121 Commits

Author SHA1 Message Date
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
26a5f8c8ee fix warning message for CARP /32 /128 masks added /31 /127 as these are also not applicable for carp which needs at least 3 IP's to function. 2012-09-24 02:05:30 +02:00
PiBa-NL
9e0f8e23e9 fix for breaking editing carp edit selection setting. 2012-09-24 01:05:12 +02:00
PiBa-NL
b1aa380496 changed "Firewall: Virtual IP Address: Edit" page to always have the same options available (if applicable) for IPalias/CARP/ProxyArp/other 2012-09-22 23:26:35 +02:00
Ermal
3e662cb0b2 Get rid of carpdev, it will never be 2012-06-07 08:51:16 +00:00
Cristian Feldman
90f90934c0 Fix of bug #2374 "When entering values in firewall rules leading and
trailing spaces are not deleted"
2012-05-18 22:57:38 -03:00
Darren Embry
0f907a68b7 bug fix for #2320: on firewall_virtual_ip_edit.php it jumps to a length of 1 on a valid ipv4 2012-04-05 18:17:37 -04:00
Ermal
7b47bd4c3c Make vips vhid be unique per parent interface! 2012-04-05 20:22:01 +00:00
Darren Embry
f51d5d57a6 feature #2320: JS helper to toggle subnet mask for ipv4/v6 during input
http://redmine.pfsense.org/issues/2320
2012-03-28 18:50:02 -04:00
Darren Embry
a8fe61f1ed prep work for feature #2320: tag fields for ipv4v6 2012-03-28 16:56:54 -04:00
smos
2ce660ad4d Unbreak a number of explode() replacements which required preg_split() 2012-01-20 12:18:13 +01:00
smos
cfbfd9412b The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings
2012-01-19 20:33:41 +01:00
Chris Buechler
9f07c3438d fix text 2011-10-22 21:21:53 -04:00
Vinicius Coque
df39dd8ab4 replacing prototype by jQuery on firewall_* 2011-10-10 21:00:06 -03:00
Ermal
4bd491a3e3 Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight. 2011-08-17 09:02:18 +00:00
Seth Mos
c271c485ea enlarge various address fields for IPv6 addresses 2011-03-17 12:45:09 +01:00
Seth Mos
6715c2a295 Fix the IP address check to allow for interfaces that just have a IPv6 address but no IPv4 2011-02-10 11:18:28 +01:00
Seth Mos
aadcf6ac50 Merge remote branch 'upstream/master' 2010-12-20 21:06:43 +01:00
Seth Mos
81afb50916 Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/interfaces.inc
	etc/inc/vslb.inc
	usr/local/www/interfaces.php
2010-12-20 21:06:33 +01:00
jim-p
e2c1d6c5cf Add a per-entry option for Proxy ARP VIPs of the Network type to disable their expansion on Port Forwards and Outbound NAT screens. Will allow users with large proxy arp subnets used only with 1:1 to still load those pages in a reasonable time. Resolves #1119 2010-12-20 15:01:51 -05:00
Ermal
890585705f Allow carp as parent only to ipalias. 2010-12-17 21:35:58 +00:00
Ermal
b3c1391af1 Fallback to the sane limit of 255 now that the patch is backed out. 2010-12-17 21:22:57 +00:00
Ermal
a5a6ab2892 Add safety belts since only aliases on same subnet can be added to an carp(4) 2010-12-17 21:19:07 +00:00
Ermal
dc2bb9e542 Allow ip aliases to be added to vips. 2010-12-17 21:11:44 +00:00
Ermal
6f247d1f76 Expose advbase option of carp(4) to alleviate advanced configs. 2010-12-07 23:51:47 +00:00
Ermal
1b844e7045 Raise this to new limit of 2^16. 2010-12-01 19:35:19 +00:00
Seth Mos
172007f50c Merge remote branch 'upstream/master'
Conflicts:
	etc/inc/filter.inc
	etc/inc/system.inc
	usr/local/www/interfaces.php
	usr/local/www/interfaces_gif_edit.php
2010-11-15 12:46:58 +01:00
Scott Ullrich
225a2f0b46 Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
Seth Mos
3502b5b15a Make it possible to create a inet6 carp address. This works surprisingly
What doesn't work is removing the previous IPv6 address from a interface. This should be hooked into the edit page
2010-11-03 10:30:03 +01:00
jim-p
245da5436b Typo: choosen -> chosen 2010-09-08 08:49:43 -04:00
Ermal
f4e8db1f82 Do the check regarding 'none' configured interfaces properly. This fixes breakage on VIP configuration. Reported-by: http://forum.pfsense.org/index.php/topic,28120.0.html 2010-09-07 20:37:43 +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
62a4abc92c Ticket #543. Do not allow to change an interface already configured to a type none if it is referenced by VIPs and also do not allow VIPs to be configured on an interface with type none. Maybe the latest should be relaxed to only disallow this for ipaliases?! 2010-08-31 12:47:58 +00:00
Ermal
a3733a0c35 Do not allow proxy arp to be edited if it references a carp. 2010-08-26 16:47:10 +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
Ermal
f6f5fde137 Fixes #694. Actually if the vip interface changes take proper actions to clean up on the previous interface. 2010-08-17 21:23:09 +00:00
Renato Botelho
c0948c6c12 Just fix some space and tab problems 2010-08-12 14:17:28 -03:00
Renato Botelho
e73b001e25 Merge remote branch 'mainline/master'
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
2010-08-12 12:55:32 -03:00
Vinicius Coque
a236afeefe Fix gettext on firewall_virtual_ip_edit.php 2010-08-12 09:36:38 -03:00
Erik Fonnesbeck
ac8c5e5643 Do not try to bring down a CARP VIP for an entry that does not exist yet. Fixes #819 2010-08-11 14:13:32 -06:00
Vinícius Coque
17cc6627d4 Fix enable_change() broken on last gettext() implementation 2010-08-10 15:06:51 -03:00
Carlos Eduardo Ramos
2bc79e88e6 Checked gettext() implementation on firewall_virtual_ip_edit.php 2010-07-12 13:53:25 -03:00
Carlos Eduardo Ramos
f9c81d5a1e Corrections gettext implementation on firewall_virtual_ip_edit.php 2010-07-08 15:07:56 -03:00
Vinicius Coque
ab1f455639 Fixing gettext calls on firewall_virtual_ip_edit.php 2010-07-02 15:58:43 -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
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
Ermal
e03b0a03fb Fixes #632. Use the correct function to handle vip destory. 2010-06-14 11:29:31 +00:00
Ermal
5523fa3d2d Fixes #632. Actually pass the interface and not the vip configuration to the function. 2010-06-04 16:34:14 +00:00
Renato Botelho
5e02b57b27 Merge remote branch 'mainline/master' 2010-04-27 12:39:37 -03:00