heisenberg
Committed by Gerrit Code Review

[ONOS-4371] Netconf client could not resolve notification message with label attributes

Change-Id: I74ca573d65baf9295a0d055efe728d1b04370173
...@@ -48,7 +48,7 @@ public class NetconfStreamThread extends Thread implements NetconfStreamHandler ...@@ -48,7 +48,7 @@ public class NetconfStreamThread extends Thread implements NetconfStreamHandler
48 private static final String END_PATTERN = "]]>]]>"; 48 private static final String END_PATTERN = "]]>]]>";
49 private static final String RPC_REPLY = "rpc-reply"; 49 private static final String RPC_REPLY = "rpc-reply";
50 private static final String RPC_ERROR = "rpc-error"; 50 private static final String RPC_ERROR = "rpc-error";
51 - private static final String NOTIFICATION_LABEL = "<notification>"; 51 + private static final String NOTIFICATION_LABEL = "<notification";
52 private static final String MESSAGE_ID = "message-id="; 52 private static final String MESSAGE_ID = "message-id=";
53 53
54 private PrintWriter outputStream; 54 private PrintWriter outputStream;
......