Project

General

Profile

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

# Date Author Comment
5ca41f8b 03/28/2010 03:04 PM Marcus Brown

Don't need the rm -f statement when using > redirect to overwrite the
file, and add the "then" to the if statements

29533e50 03/27/2010 08:17 AM Ermal LUÇI

Be safer use the remote-ip address for adding route.

1f0ddd30 03/27/2010 08:09 AM Ermal LUÇI

Explicitly set the exit status of the script to not make mpd fail.

8f4f1e30 03/27/2010 08:02 AM Ermal LUÇI

Use full patch to command and fix route add command parameter is -iface and not -if.

1f559885 03/23/2010 10:40 PM Ermal LUÇI

Actually its dns2 for the second entry.

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.

6849a176 12/08/2008 01:52 PM Ermal Luçi

Generate the {interface}up status file.

b87364eb 10/25/2008 02:37 PM Ermal Luçi

Fix issue reported on ticket #1825.

28ec82f1 10/13/2008 10:49 PM Ermal Luçi

Actually apply fixes to the correct files.

a71e520d 11/28/2005 07:47 PM Scott Ullrich

Do not allow mpd to block

7a79c4f0 11/04/2005 10:13 PM Scott Ullrich

Recompile for FreeBSD 6

5e46b37c 10/27/2005 05:32 PM Scott Ullrich

MFC 7196
mpd blocks until ppp-linkup exits, background rc.newwanip as dyndns is tripping this up (it tries to connect out a pppoe connection that's blocking on this script).

Tested-by: DungaBee, Hoba, and a few others.

e1c8cdf5 10/16/2005 05:34 PM Scott Ullrich

MFC 6871
If WAN is pppoe, hold down boot until connection is established This will help anyone with PPPOE on WAN and DHCP on OPTx not get incorrect gateways assigned.

eba1ebc1 10/16/2005 05:32 PM Scott Ullrich

Remove ppp-linkup, readding as non binary file.

5b237745 11/07/2004 03:06 AM Scott Ullrich

Initial revision