Project

General

Profile

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

# Date Author Comment
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.