diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-18 23:39:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-18 23:39:39 +0000 |
commit | f5f6767957f77100796416f44d1a19cabf525c39 (patch) | |
tree | 883bcc503f41f652771151569d78c115c295dea8 /packages/carp.xml | |
parent | 9162e491626b88f1be22eb44bbfa3df0fd439de8 (diff) | |
download | pfsense-packages-f5f6767957f77100796416f44d1a19cabf525c39.tar.gz pfsense-packages-f5f6767957f77100796416f44d1a19cabf525c39.tar.bz2 pfsense-packages-f5f6767957f77100796416f44d1a19cabf525c39.zip |
Update carp package
* Add carp status page
* Add carp tabs
* Add carp rules which dynamically sets up NAT entries for non WAN
Diffstat (limited to 'packages/carp.xml')
-rw-r--r-- | packages/carp.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index 73fc4ed3..5e5be0ec 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -8,6 +8,17 @@ <section>Services</section> <configfile>carp.xml</configfile> </menu> + <tabs> + <tab> + <text>CARP Settings</text> + <url>/pkg_edit.php?xml=carp.xml</url> + <active/> + </tab> + <tab> + <text>CARP Status</text> + <url>carp_status.php</url> + </tab> + </tabs> <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['carp']['config']</configpath> |