From 74c4e776c8dea37c3aeecd24fd164f0a6df5135f Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 20 Feb 2015 10:40:12 +0100 Subject: [PATCH] BUG-2600 Proper reset caching of notifications upon disconnect Change-Id: I9269aef2fee21138b30552ffb0762d73ba98d4be Signed-off-by: Maros Marsalek --- .../sal/connect/netconf/NetconfDevice.java | 3 +++ .../connect/netconf/NotificationHandler.java | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java b/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java index 9a5b239024..281f82ba2a 100644 --- a/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java +++ b/opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/NetconfDevice.java @@ -223,6 +223,8 @@ public final class NetconfDevice implements RemoteDevice sourceRegistration : sourceRegistrations) { sourceRegistration.close(); @@ -314,6 +316,7 @@ public final class NetconfDevice implements RemoteDevice filterNotification(CompositeNode notification); -- 2.36.6