Fixes in interface manager and aliveness monitor
[vpnservice.git] / interfacemgr / interfacemgr-shell / src / main / java / org / opendaylight / vpnservice / interfacemgr / shell / IfmCLIUtil.java
index f2662e4e62b601ea3a2a61af4bd19d6e008cb7a2..38d9b09ad69dfa8f7a126909ac4c381ebb6f5867 100644 (file)
@@ -100,7 +100,7 @@ public class IfmCLIUtil {
         System.out.println(fmt.format(VXLAN_OUTPUT_FORMAT + "\n",
                 (interfaceInfo == null) ? InterfaceOpState.DOWN : interfaceInfo.getOpState(),
                 String.format("%s/%s", parentRefs.getDatapathNodeIdentifier(),
-                parentRefs.getParentInterface()),
+                        iface.getName()),
                 (interfaceInfo == null) ? UNSET : interfaceInfo.getInterfaceTag(), ""));
         fmt.close();
     }