remove annoying and potentially problematic forced page refresh.
Ticket #1545
get_interface_info() now resides in pfsense-utils.inc.
Disable interrupt total box. We need a better parsing algo.
If we cannot deterimine interrupts a second for an interface, do not recycle last known values.
Only show interrupts a second if we can obtain the information for that interface
deal with uhci edge case
If vmstat is present then display interrupt total and rate. Recent snapshots already contain vmstat.
Kill debugging text
Backout last commit, we need some better parsing goo
Correctly match the interface to the state
Add bridge status
Report gateway for an interface for optional interfaces if needed
Include the real interface name in status out in ()
MFCs/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
Add support for wireless status (media)
Ticket #863
Correct warnings and errors found eclipse
MFC 6956close html tag (use span also)
Move In/out counters message to end. <p> in between
merge of 4a2307663574844423b70c8193ffcfae2153e83f and 6749b0913f26fcda7e1809e160df59f3e7fc7157
-------------------(#545) Allow optional interfaces to be "released" and "renewed"
-------------------We can now take down the right interfacestill working on bringing it back online correctly
Fix spurious < in a <br>
Add note that i/o byte counters will wrap at 32 bit (4GB)
Add missing Id
More fixes from databeestje
Use $ifdescr
Fixup Renew/Release
Minor comment
Add code from databeestje to finish off Renew/Release
Allow multi interface Renew/Release
Change to <meta http-equiv="refresh" content="120;url=">
Suggested-by: databeestje
Correct status_interfaces.php location for meta refresh.
Yet-another-bug-found-by: databeestje
Refresh page every 2 minutes. Handy for debugging ethernet errors which I am doing just this second.
Use resolv.conf
Only show nameservers, strip "nameserver "
Code cleanup
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Do not check if status
is_service_running() -> is_process_running()
is_service_running returns true, use it.
dhclient no longer sets /var/run/dhclient.pid for some reason so use is_service_running()
only need one form tag - add an action to the remaining tag
Add back html header for pfSense
Import m0n0walls interfaces status screen which features expanded wirelessinformation.
Add $Id$ tag
Initial revision