Make parent interface and all VLANs use the same MTU. Fixes #2786
Merge pull request #436 from phil-davis/master
Add DynDNS No-IP Free account support
Remove *_defaultgwv6 also
Just set defaultgw after all gateways are processed, it fixes return_gateways_array()
Consider CP allowed IPs for both directions. It will help ticket #2780
Hide 'Perform full backup prior to upgrade' option on nano, also hide restore full backup. Fixes #2844
Add a pfSsh.php script to remove the shaper settings from the console if needed.
no IPv6 check when an easy rule: pass is created
The easyrule_pass_rule_add() now checks for an IPv6 address and sets thenetmask accordingly.This is the fix for bug: http://redmine.pfsense.org/issues/2843
Avoid DynDNS timeout delay when gateway is down
When a dynamic DNS entry is set on an interface that has a private IP, the code has to find the ultimate public IP of that interface by using checkip.dyndns.org. If the interface is currently down (e.g. ISP is down or the cable is unplugged...) then there is a timeout delay while waiting for checkip.dyndns.org to (not) respond....
When auth algorithm is hmac-sha512, it produces long lines and wrap them, what breaks the parser. Ignore lines that starts with a space to fix it. Fixes #2842
View revisions
Also available in: Atom