From f5f6767957f77100796416f44d1a19cabf525c39 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 18 Feb 2005 23:39:39 +0000 Subject: Update carp package * Add carp status page * Add carp tabs * Add carp rules which dynamically sets up NAT entries for non WAN --- packages/carp_status.php | 103 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 packages/carp_status.php (limited to 'packages/carp_status.php') diff --git a/packages/carp_status.php b/packages/carp_status.php new file mode 100644 index 00000000..65230586 --- /dev/null +++ b/packages/carp_status.php @@ -0,0 +1,103 @@ +#!/usr/local/bin/php + + + + + +<?=gentitle_pkg($title);?> + + + + + + +

+
+ + + + + +
+ +
+ + + + + + + +"; + echo ""; + echo ""; + echo ""; + echo ""; +} + +?> + +
Interface
Status
Sync Status
" . $ipaddress . "
" . $status . "
" . $synciface . "
+
+ +
+ + + + -- cgit v1.2.3