From: Maros Marsalek Date: Fri, 20 Feb 2015 09:40:12 +0000 (+0100) Subject: BUG-2600 Proper reset caching of notifications upon disconnect X-Git-Tag: release/lithium~470^2~8^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=74c4e776c8dea37c3aeecd24fd164f0a6df5135f BUG-2600 Proper reset caching of notifications upon disconnect Change-Id: I9269aef2fee21138b30552ffb0762d73ba98d4be Signed-off-by: Maros Marsalek --- 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);