Make sure that we configure the track interface from the DHCP6 wan, correct typo.Redmine ticket #2414
Don't fall back to fetching PBIs from FreeBSD, they have none.
Support IPv6 aliases, the frontend already does. Removing does not work yet.See ticket #2483
Brazilian Portuguese (pt_BR) translations added
Use require_once() prevent declaration errors.Fixes redmine ticket #2502
Add radvd to Status:Services #2485
Rework the banner display a bit to preserve space (could still use some shortening, but better than it was)
Make sure this check is reversed, that way we only pick up the legacy field if the new one isn't set.
Merge pull request #140 from marcelloc/master
fix missing match array on help pages permission
fix missing match on help pages permission
Generalize the Crypto hardware option and add GUI support for AES-NI.
fix permissions check to xml package files and show only menus user has access to
Put configured limits on rules.limits file and load them before loading the ruleset. To avoid any issues with large rulests and options being loaded not first
Fixes #2490. If there is a descr set on the interface keep it and do not disable the iface
Make mac_format aware of cpzone but also friendly to previous code!
Revert "Make mac_format aware of multiple Captiveportal instances"
This reverts commit 54df925b9ea447bdd10f88a886e2ef11d44c3059.
Revert "Make sure mac_format is always defined"
This reverts commit 56f9032170d3130c2066e5eebbe18b96398073ca.
Make sure mac_format is always defined
Merge pull request #137 from bcyrill/patch-4
Fix Captiveportal zone
Make mac_format aware of multiple Captiveportal instances
Update Captiveportal
Added Captiveportal to service status
Merge pull request #134 from bcyrill/patch-1
Removed unused maxproc parameter
maxprocperip is defined per zone
Merge pull request #131 from marcelloc/master
fix jquery+domtt notices css on all themes
Needs a default case so IPv6 interfaces are resolved to a real interface
add <radnsservers> to the list of things that are arrays
for ticket #2361
convert menu alerts/notices to jquery + domtt
Shorter version of the fix to always set the radvd interface.Redmine ticket #2477
Make sure to fall through if this tag is not set.Should fix redmine ticket #2477
Make sure we tag all 2.0 gateways as being IPv4, in 2.1 we require this tag to be present for the gateways.This should prevent duplicate gateway entries for people coming from 2.0 that have dynamic interfaces
Add blackhole to Null routesRedmine ticket #2471
add gateways to config from cmdline
fix: Call to undefined function error
fix: Call to undefined function ipsec_get_phase1_dst() in /etc/inc/filter.inc on line 3216
again, string interpolation kinda defeats the purpose of gettext. ;-)
variable interpolation defeats the purpose of gettext.
work in progress: set gateway IPs from console
- add --dry-run mode- prompts for gateway IP address as needed
does not yet do:- add gateway to config
255 is not a valid skew value. Fixed bug #2012 (http://redmine.pfsense.org/issues/2012)
show dhcp/dhcp6/static/staticv6 along with descriptions in console
show real interface names
minor variable name change.
actually display webconfigurator port numbers on console
setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' should work now.
now shows ipv6 webConfigurator URLs (#2413)
If radvd is already running, reload, otherwise start one.Shut down when there are no prefixes to announce
fix for bug #2469 ("WAN -> LAN -> OPT10")
Add better protection for unknown rapriority
Make sure we still start on older configs where the setting is still called mode, and not ramode.Add a failsafe for the rapriority
We need to define the default route here, not the advertised prefix.
Correct the syntax, the RemoveRoute needs to end up in route statement
Remove duplicate prefix line
Prevent radvd from telling the clients to remove the route to itself.
Do not send DeprecatePrefix messages for CARP announcements, it causes clients to purge the CARP default route.
Sync missing code from interface.inc to newwanip script
Actually do not try to reload everything during bootup since it will be done by bootup code
Bye, bye olsrd back to packages.
Get rid of carpdev, it will never be
Catch up with multiple events sending. Also do not blindly startup check_reload_status check first
Surely this cannot work a fit
Revert "This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down."
This reverts commit b013b81e5de0a57572bba13167c8182c8a0d5c5a.
Someone needs to ask before breaking stuff like this!
Revert "Eject duplicate script, we already have a script specifically for this."
This reverts commit 56a0c7373ae4cc75c77874750a25a7fae26e5593.
Only add openvpn acl script lines if it's a server mode that does user auth
Changeover to the new multiple command pfSctl
Reverse the arguments, i got them wrong.Redmine ticket #1965
Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS already performs a filter_configure() too.Redmine ticket #1965
Eject duplicate script, we already have a script specifically for this.Redmine ticket #1965
This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down.redmine ticket #1965
When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS addressRedmine ticket #1829
Make sure that both the Carp vip interface and the parent interface are in the list.Redmine ticket #1829
Extra safetynet to prevent duplicate static entries with broken config.xmlMake sure to fil the array that we fill for configured interfaces with the real interface, not just the carp if.Redmine ticket #1829
Make lock files availble to all users for usage from php process
Correct upgrade code from report of http://forum.pfsense.org/index.php/topic,50182.0.html
Change the DHCPv6 services page into a RA and DHCPv6 section, move some of the variables.Add drop down to select carp vip for that interface for CARP advertisementsAllow setting the RA priority.Redmine ticket #1829
Always use the uppercase description
Remove left-over from copy-pasto
Use preg_match instead, we should probably make this a function so we can add proper device detection schemes and a known list of command ports.That would also allow for resetting the 3g stick when it hangs.We should consider storing the device and manufacturer in the ppp config
Correct the variable to the modem device output.
Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100
Make sure to return the Null route gateways too for looking up a gateway entry
Also include gwlb.inc in interfaces.inc
Some minor enhancements from renaming the Gathering Data to Pending.When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
Fix Typo, although the host might indeed be loca. We'll just keep it local instead.
Allow for Null routes
Always add a link-local of fe80::1:1 when the interface is set to track6. This allows webui access over IPv6 to a easy address.Make a shortcut in the get_failover_interface() function to get_real_interface() if we find the interface in $config.
Teach rc.initial.ping at least a little bit about ipv6.
Unbreak php errors on login form
Include the gateway functions in rc.banner to prevent throwing a error
Add Gateway Group support to the IPsec interface drop down.Edit of gateway group correctly reflects the new IP Address.We need to make a blacklist for interface names in the gateway group edit page.Redmine ticket #1965
Allow for failover DynDNS hostnames.replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow.We can't put the logic inside get_real_interface() as this would create a recursionRedmine ticket #1965
The gateway groups array now knows about vips to be tied into that gateway group so we can tie the groups into services.Redmine ticket #1965
Add statistic functions for the ZTE modems
Add support for the ZTE modem statsShould be generic enough for other modems too.
Unbreak tree, add }
We are on FreeBSD 8.3 now
Escape the shell variable
Fixes #2428. Reference limiters in rules by name to avoid issues. Also put upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.
Include util.inc and IPv6.inc before config.lib.inc.Several parts of the config upgrade relay on functions in these.
Make sure we include "util.inc" during config upgrade. We need is_ipaddrv4() during upgrade which is triggered from gwlb.inc