From a7fcf2517a98ab8750e15df55fe74152c9fcc7e5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 19 Aug 2009 23:50:05 -0400 Subject: Add Show Bogons command. --- usr/local/www/diag_showbogons.php | 79 +++++++++++++++++++++++++++++++++++++++ usr/local/www/fbegin.inc | 1 + 2 files changed, 80 insertions(+) create mode 100644 usr/local/www/diag_showbogons.php (limited to 'usr') diff --git a/usr/local/www/diag_showbogons.php b/usr/local/www/diag_showbogons.php new file mode 100644 index 0000000..522972b --- /dev/null +++ b/usr/local/www/diag_showbogons.php @@ -0,0 +1,79 @@ + + + + + + + +
+ + + + +
+ + + + +
+Currently loaded bogons table:

+

+
+
+
+
+
+ +
+ + + + diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 51eeb73..05a0e48 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -269,6 +269,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') { output_menu_item("/diag_system_pftop.php", "pfTOP"); output_menu_item("/reboot.php", "Reboot"); output_menu_item("/diag_routes.php", "Routes"); + output_menu_item("/diag_showbogons.php", "Show Bogons"); output_menu_item("/diag_dump_states.php", "States"); output_menu_item("/diag_system_activity.php", "System Activity"); output_menu_item("/diag_traceroute.php", "Traceroute"); -- cgit v1.1