summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Correctly show actions such as Connect/Disconnect on Status Interfaces page.Ermal Luçi2009-02-281-3/+2
|
* Use correct new vars for countersSeth Mos2008-12-161-1/+10
|
* Nuke wrapping noticeScott Ullrich2008-12-151-2/+1
|
* * Use 64 bit counters from PF for interfafe statsScott Ullrich2008-12-151-3/+15
| | | | * Add block packets / traffic count, too
* * Fix the actions on these page. Now renew/release/connect/disconnect work ↵Ermal Luçi2008-11-301-29/+35
| | | | | | propperly. * Make the page redirect to itself instead of index.php since we might not have permission on the later.
* Refactor some code so frontend does not need to know about details that ↵Ermal Luçi2008-10-191-17/+5
| | | | | | might change during development.
* Catch up with function renaming.Ermal Luçi2008-09-101-6/+6
|
* Turn off interrupts/second until we can upgrade the parsing code to useScott Ullrich2008-08-281-1/+2
| | | | | | | a regex and stop showing bogus information such as: Interrupts/Second: hifn0 total 41258 rate
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-6/+6
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Continue interface improvementsErmal Luçi2008-06-211-4/+1
|
* Display proper gateway on status page.Seth Mos2008-06-201-1/+3
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-2/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Move interface info function for global useScott Dale2007-04-241-191/+0
|
* If we cannot deterimine interrupts a second for an interface, do not recycle ↵Scott Ullrich2007-04-101-0/+3
| | | | last known values.
* Only show interrupts a second if we can obtain the information for that ↵Scott Ullrich2007-03-211-6/+11
| | | | interface
* deal with uhci edge caseScott Ullrich2007-03-211-0/+4
|
* If vmstat is present then display interrupt total and rate. Recent ↵Scott Ullrich2007-03-211-0/+16
| | | | snapshots already contain vmstat.
* Kill debugging textScott Ullrich2006-09-041-1/+0
|
* Backout last commit, we need some better parsing gooScott Ullrich2006-09-031-1/+2
|
* Correctly match the interface to the stateScott Ullrich2006-09-031-1/+1
|
* Add bridge statusScott Ullrich2006-09-031-1/+28
|
* Report gateway for an interface for optional interfaces if neededScott Ullrich2006-09-031-4/+10
|
* Include the real interface name in status out in ()Scott Ullrich2006-04-071-1/+3
|
* MFCScott Ullrich2006-04-031-1/+1
| | | | s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
* Add support for wireless status (media)Scott Ullrich2006-03-091-8/+10
| | | | Ticket #863
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-2/+4
|
* MFC 6956Scott Ullrich2005-10-181-2/+1
| | | | close html tag (use span also)
* Move In/out counters message to end. <p> in betweenScott Ullrich2005-10-041-2/+3
|
* merge of 4a2307663574844423b70c8193ffcfae2153e83fBill Marquette2005-09-231-12/+12
| | | | | | | | | | | and 6749b0913f26fcda7e1809e160df59f3e7fc7157 ------------------- (#545) Allow optional interfaces to be "released" and "renewed" ------------------- We can now take down the right interface still working on bringing it back online correctly
* Fix spurious < in a <br>Seth Mos2005-09-201-1/+1
|
* Add note that i/o byte counters will wrap at 32 bit (4GB)Espen Johansen2005-09-201-1/+2
|
* Add missing IdScott Ullrich2005-08-271-0/+1
|
* More fixes from databeestjeScott Ullrich2005-08-241-5/+7
|
* Use $ifdescrScott Ullrich2005-08-181-2/+1
|
* * Add is_dhcp_running()Scott Ullrich2005-08-121-2/+2
| | | | * Modify status_interfaces.php to use is_dhcp_running()
* Fixup Renew/ReleaseScott Ullrich2005-08-121-8/+10
|
* Minor commentScott Ullrich2005-08-121-0/+1
|
* Add code from databeestje to finish off Renew/ReleaseScott Ullrich2005-08-121-0/+10
|
* Allow multi interface Renew/ReleaseScott Ullrich2005-08-121-1/+4
|
* Change to <meta http-equiv="refresh" content="120;url=<?php print ↵Scott Ullrich2005-08-101-1/+1
| | | | | | $_SERVER['PHP_SELF']; ?>"> Suggested-by: databeestje
* Correct status_interfaces.php location for meta refresh.Scott Ullrich2005-08-101-1/+1
| | | | Yet-another-bug-found-by: databeestje
* Refresh page every 2 minutes. Handy for debugging ethernet errors which I ↵Scott Ullrich2005-08-041-0/+3
| | | | am doing just this second.
* Use resolv.confScott Ullrich2005-07-311-1/+1
|
* Only show nameservers, strip "nameserver "Scott Ullrich2005-07-311-1/+8
|
* Code cleanupBill Marquette2005-07-041-1/+1
|
* Use $pgtitleBill Marquette2005-07-031-2/+1
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+3
|
* Do not check if statusScott Ullrich2005-06-241-11/+12
|
OpenPOWER on IntegriCloud