Main repository for pfSense
Go to file
gnhb 632921995c 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.
This means we no longer have to write out mpd_<interface>.query files to /var/etc.
Now, a simple calculation of the age of the /tmp/<interface>up file is used. This
gives the same data within the second as the console data so it seems acceptable.

I removed some "rm -f" calls from ppp-linkdown as there was already code in interfaces.inc
interface_bring_down function that unlinks the <interface>up and <interface>_router files.
There is still the rm -r nameserver_<interface> call in the linkdown script. Maybe this should
be moved to the interfac_bring_down function for consistency? Also, I commented out the
ngctl shutdown <interface>: call. I think it's probably not necessary any more.
2010-04-10 22:07:48 +07:00
boot Use FreeBSD specific files 2009-05-15 13:21:15 -04:00
cf/conf trigger setup wizard 2009-11-16 01:44:37 -05:00
conf.default Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS. 2010-04-06 14:24:38 +07:00
etc Implement reporting and logging of historical PPP uptime with data persistent through reboot. 2010-04-10 22:07:48 +07:00
root Set tcsh autologout to 0 2007-04-21 21:28:24 +00:00
sbin Resolve problems with dns server setup when allow override is set. Also add static routes for all nameservers to be friendly with multiwan. 2010-03-23 21:13:32 +00:00
tmp Move files to pfSense.obsoletedfiles 2009-11-29 20:33:37 -05:00
usr Implement reporting and logging of historical PPP uptime with data persistent through reboot. 2010-04-10 22:07:48 +07:00
.gitignore Added support for certificate chains to manager so that lighty can deliver them via SSL. 2009-05-24 08:36:21 +02:00