Fix scope for IPv6 link local gateway IPs. Ticket #6353
Handle link local IPv6 gateways and default gateway switching correctly. Ticket #6258
Put gateway name and group around the correct way
Redmine #6134Forum: https://forum.pfsense.org/index.php?topic=109781.0Originally broken by commit: https://github.com/pfsense/pfsense/commit/d18f3f6e09b86359395cd78db2e19f721818b992(cherry picked from commit ebcd8a306c3e89ff3767bfaea03320fa211d8429)
Fix display of gateway IP address and gateway/group descriptions in firewall_rules_edit.php.
Adjust default parameters to match changes in dpinger
Fix a typo.
Merge pull request #2660 from phil-davis/gtetc1
Internationalize etc inc a-i files
Fix interface write_config message for dhclient_update_gateway_groups_defaultroute
Typo in var name.
Fix style issues.
Review of CARP uniqid changes.
It turns out that current CARP implementation is not much different from an IP alias.
This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...
Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226
Fix #5830
Add a new advanced option on gateways to allow user define datapayload. Default is 0
Add standard deviation to gateway status and widget
Update license on files from /etc/inc
Adjust dpinger default values to match recent changes in dpinger project
Remove workaround to get dpinger running when interface is in tentative state
Make sure source and target addresses have scope id when they are link-local. It should fix #5695
Add a seatbelt to prevent 2 dpinger instances for same GW
Collect dpinger processes that failed to start and try again after 1 second, this should be enough to fix #5711
No need to return 0 here
Change start_dpinger() to return dpinger return code
Do not overwrite $params
Merge pull request #2332 from dennypage/master
Follow dpinger and change default loss_interval to 4* send_interval
Disable unused stdout reporting thread
update comment for dpinger
Return complete path for dpinger PID filename, it should fix #5686
Be less specific with dpinger PID filename regex, old version was not matching IPv6 addresses, with or without %ifname in case of ll
Rework dpinger related code to new version
- s/-U/-u/- Add i GW_NAME to get this info on logs and make life easier Since i parameter will be send to alert_cmd, remove it from command Add source and target IP addresses on pid/socket filename since status...
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Use default values for latencylow and losslow when they are not defined by user. Reported by grandrivers at https://forum.pfsense.org/index.php?topic=103818.msg579069#msg579069
Convert latency to ms before use it to compare with value defined in gateway conf
gwlb array key typo loss_interval
Ticket #5624: Welcome dpinger!
Move main pfSense content to src/