the Interface Name display is actually displaying the name embedded
in the Symbolic Name. It is a duplicate becase we also display the
symbolic name. So removing the interface name to simplify the display.
---

 fcoeadm_display.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/fcoeadm_display.c b/fcoeadm_display.c
index 863341a..bdddb43 100644
--- a/fcoeadm_display.c
+++ b/fcoeadm_display.c
@@ -227,9 +227,6 @@ show_port_info(int hba_index, int lp_index,
        printf("        Symbolic Name:     %s\n",
                                        lp_info->PortSymbolicName);
 
-       printf("        Interface Name:    %s\n",
-                                       hba_info->NodeSymbolicName + 5);
-
        printf("        OS Device Name:    %s\n",
                                        lp_info->OSDeviceName);
 

_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to