Project

General

Profile

Download (38.8 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3ded329e 05/13/2016 05:44 AM Chris Buechler

Fix scope for IPv6 link local gateway IPs. Ticket #6353

857f3490 05/13/2016 05:34 AM Chris Buechler

Handle link local IPv6 gateways and default gateway switching correctly. Ticket #6258

a21fa964 04/13/2016 01:44 PM Phil Davis

Put gateway name and group around the correct way

Redmine #6134
Forum: https://forum.pfsense.org/index.php?topic=109781.0
Originally broken by commit: https://github.com/pfsense/pfsense/commit/d18f3f6e09b86359395cd78db2e19f721818b992
(cherry picked from commit ebcd8a306c3e89ff3767bfaea03320fa211d8429)

1558a4be 03/23/2016 04:55 PM Jim Pingle

Fix display of gateway IP address and gateway/group descriptions in firewall_rules_edit.php.

d711fbbc 03/04/2016 04:23 AM Denny Page

Adjust default parameters to match changes in dpinger

0a54f116 02/24/2016 08:38 PM Luiz Souza

Fix a typo.

6449f4ad 02/17/2016 01:43 PM Renato Botelho

Merge pull request #2660 from phil-davis/gtetc1

d18f3f6e 02/17/2016 01:33 PM Phil Davis

Internationalize etc inc a-i files

c1a5347f 02/15/2016 01:45 AM Phil Davis

Fix interface write_config message for dhclient_update_gateway_groups_defaultroute

Typo in var name.

d9901ff4 02/09/2016 11:56 PM Chris Buechler

Fix style issues.

2a5960b0 02/09/2016 09:58 PM Luiz Souza

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:...

aeb87745 02/04/2016 10:20 PM Chris Buechler

Return blank rather than 0ms/0% for unmonitored gateways latency and loss. Show on dashboard widget when a gateway is unmonitored. Ticket #2226

85a2b065 02/04/2016 10:58 AM Renato Botelho

Fix #5830

Add a new advanced option on gateways to allow user define data
payload. Default is 0

b90e4de2 01/19/2016 12:11 AM Denny Page

Add standard deviation to gateway status and widget

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

deff3aed 01/04/2016 10:13 AM Renato Botelho

Adjust dpinger default values to match recent changes in dpinger project

87b30cfa 12/30/2015 11:09 AM Renato Botelho

Remove workaround to get dpinger running when interface is in tentative state

3f4e6035 12/29/2015 03:35 PM Renato Botelho

Make sure source and target addresses have scope id when they are link-local. It should fix #5695

4fc47b2f 12/29/2015 03:35 PM Renato Botelho

Add a seatbelt to prevent 2 dpinger instances for same GW

3a335f07 12/29/2015 12:19 PM Renato Botelho

Collect dpinger processes that failed to start and try again after 1 second, this should be enough to fix #5711

b42177b9 12/29/2015 12:18 PM Renato Botelho

No need to return 0 here

61c45d84 12/29/2015 12:15 PM Renato Botelho

Change start_dpinger() to return dpinger return code

7e1d7724 12/29/2015 11:57 AM Renato Botelho

Do not overwrite $params

45b032ed 12/29/2015 10:47 AM Renato Botelho

Merge pull request #2332 from dennypage/master

06587e2d 12/29/2015 10:44 AM Renato Botelho

Follow dpinger and change default loss_interval to 4* send_interval

80e85b99 12/28/2015 10:14 PM Denny Page

Disable unused stdout reporting thread

99c1e285 12/24/2015 09:33 PM Chris Buechler

update comment for dpinger

b76cb978 12/23/2015 11:23 AM Renato Botelho

Return complete path for dpinger PID filename, it should fix #5686

c987a206 12/23/2015 11:20 AM Renato Botelho

Be less specific with dpinger PID filename regex, old version was not matching IPv6 addresses, with or without %ifname in case of ll

73e3aa21 12/18/2015 07:28 PM Renato Botelho

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...

6aa3723a 12/15/2015 06:03 PM Renato Botelho

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

d8f89cce 12/11/2015 07:12 PM Renato Botelho

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

08e18c83 12/11/2015 07:04 PM Renato Botelho

Convert latency to ms before use it to compare with value defined in gateway conf

0aeb97d2 12/11/2015 03:53 AM Phil Davis

gwlb array key typo loss_interval

69eefb50 12/10/2015 09:04 PM Renato Botelho

Ticket #5624: Welcome dpinger!

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/