diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-02 18:32:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-02 18:32:03 +0000 |
commit | 1dab7314452292bbe2e659f5c3051b1361048612 (patch) | |
tree | 310f090fa5d7d89238c328698e7e74e23491b226 /packages/carp_status.php | |
parent | b35f0886af98d30af01b2c049b4bb9ae0e0c1e0f (diff) | |
download | pfsense-packages-1dab7314452292bbe2e659f5c3051b1361048612.tar.gz pfsense-packages-1dab7314452292bbe2e659f5c3051b1361048612.tar.bz2 pfsense-packages-1dab7314452292bbe2e659f5c3051b1361048612.zip |
* Use convert_friendly_interface_to_real_interface_name
Diffstat (limited to 'packages/carp_status.php')
-rw-r--r-- | packages/carp_status.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php index a7425323..566e233e 100644 --- a/packages/carp_status.php +++ b/packages/carp_status.php @@ -88,7 +88,7 @@ if($config['installedpackages']['carp']['config'] <> "") echo "<tr>"; echo "<td class=\"listlr\"><center>" . $ipaddress . " - " . $carp_int . "</td>"; echo "<td class=\"listlr\"><center>" . $status . "<br>" . $sync_status . "</td>"; - echo "<td class=\"listlr\"><center>" . $synciface . "</td>"; + echo "<td class=\"listlr\"><center>" . $synciface . " - " . convert_friendly_interface_to_real_interface_name($synciface) . "</td>"; echo "</tr>"; } |