commit | 5693c558a23ccde3e45e7abbc75e7b632535e037 | [log] [tgz] |
---|---|---|
author | heisenberg <aganno2@gmail.com> | Wed Apr 13 02:16:07 2016 -0700 |
committer | He Jian <aganno2@gmail.com> | Wed Apr 20 05:07:44 2016 +0000 |
tree | 1d20ec64d3fc5d9439d0086a4b18d94c126e50d3 | |
parent | ec9f595a2d51d892fe301b5378a39c51a0c0e942 [diff] |
[ONOS-4371] Netconf client could not resolve notification message with label attributes Change-Id: I74ca573d65baf9295a0d055efe728d1b04370173 (cherry picked from commit b7017d7c7a79ca64d0a77b97fba0c5de0a6779bb)
diff --git a/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/NetconfStreamThread.java b/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/NetconfStreamThread.java index 0b2906e..d4dbc5a 100644 --- a/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/NetconfStreamThread.java +++ b/protocols/netconf/ctl/src/main/java/org/onosproject/netconf/ctl/NetconfStreamThread.java
@@ -48,7 +48,7 @@ private static final String END_PATTERN = "]]>]]>"; private static final String RPC_REPLY = "rpc-reply"; private static final String RPC_ERROR = "rpc-error"; - private static final String NOTIFICATION_LABEL = "<notification>"; + private static final String NOTIFICATION_LABEL = "<notification"; private static final String MESSAGE_ID = "message-id="; private PrintWriter outputStream;