Project

General

Profile

Download (865 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
def432e6 03/19/2013 06:52 PM Renato Botelho

Make sure file has content before call route delete

46e27ea7 03/19/2013 06:36 PM Renato Botelho

Respect 'States' option from Advanced/Misc

- Respect this option and do not clean states when it's configured
- Create /etc/rc.kill_states to be easier to check $config

It helps ticket #2887

9cc119c2 03/19/2013 06:36 PM Renato Botelho

Remove redundant call

2c27096c 03/19/2013 06:36 PM Renato Botelho

Improve ppp-linkdown:

- Improve readability giving name to parameter variables
- Add path for all command calls

6d5460e6 03/19/2013 06:36 PM Renato Botelho

Fix default route deletion

94b49d82 03/19/2013 06:36 PM Renato Botelho

Fix indent

096f2962 02/12/2013 12:01 PM Ermal LUÇI

Ticket #1629 Another round of fixes related to state clearing

8f563bb4 01/31/2013 10:04 PM Ermal LUÇI

Use the better -Fs modifies to pf to kill the states by interface. Also kill both sides on an interface when -k needs to be used

9eb49a51 01/30/2013 10:26 AM Ermal LUÇI

pfctl -b is gone just use std tools of pfctl

c15a87f7 01/15/2013 12:13 AM Renato Botelho

Avoid duplicating /32 suffix on 3rd ppp-linkdown parameter (local-ip). It should fix #2700

766cd450 09/26/2012 12:48 PM Jim Pingle

Try a little harder to clear the states for the old PPP gateway

197c30ae 08/24/2011 04:59 PM Jim Pingle

Make sure this does not operate on empty parameters, and also log when removing states.

514f63d1 07/11/2011 09:05 PM Ermal LUÇI

Put a netmask of /32 to all parameters of -k/-K/-b of pfctl to avoid any issues.

8ed47897 07/06/2011 08:50 PM Ermal LUÇI

Kill states from the previous ip the link had on all mpd consumers. Resolves #1629

90ecc0b6 06/20/2011 08:06 PM Jim Pingle

Disable state killing in VPN down scripts.

f7ea0505 04/29/2011 06:23 PM Ermal LUÇI

Remove static routes that are added for dns servers when allow override is allowed when a ppp interface goes down. Code borrowed from dhclient-script.

04c528e7 09/15/2010 07:47 PM Ermal LUÇI

Ticket #876. Actually the event to send is interface newip $ip rather interface configure! also use the fact that now we have a /tmp/$if_defaultgw rather than relying in route get default which might block.

0c452870 09/15/2010 07:24 PM Ermal LUÇI

Reload dns and interface properly on dynamic types.

3d471a14 09/09/2010 05:25 PM Ermal LUÇI

Ticket #876. Add the ip to the respective files on ppp linkup event so the code of dynamic gateways finds them. Also reorganize/simplify/optimize the apinger config generation code. Do not use that 127.0.0.x hack anymore and avoid loops as much as possible.

0ae6daf8 09/07/2010 07:36 PM Ermal LUÇI

Use the new events mechanisms to dispatch events.

b439dc01 08/23/2010 03:52 PM Ermal LUÇI

Pass the new argumesnts to pfctl -b and correct variable name as reported on Ticket #8.

228aec46 08/23/2010 03:05 PM Ermal LUÇI

On ppp type interfaces down event signal for resolv.conf to be generated to have the latest dns servers. Ticket #838.

05f3ffa4 04/30/2010 11:22 AM Ermal LUÇI

Ticket #8. Delete states after link fails down.

d32a40c1 04/12/2010 03:41 PM Marcus Brown

Revert changes as requested by Ermal

63292199 04/10/2010 03:07 PM Marcus Brown

Implement reporting and logging of historical PPP uptime with data persistent through reboot.

Also, change the way uptime is captured. The mpd console is no longer used to
get PPP uptime data, which will prevent spamming of PPP logs with console access messages....

9a4147d4 03/27/2010 07:18 AM Ermal LUÇI

Tell that the interface is down.

1033de74 03/23/2010 09:13 PM Ermal LUÇI

Resolve problems with dns server setup when allow override is set. Also add static routes for all nameservers to be friendly with multiwan.

cbe4111f 07/14/2008 09:12 PM Ermal Luçi

Add other needed files so everything works as expected.