BUG 4409: Routes to be withdrawn ignored.
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPPeer.java
index 5ab0d92b90369904cf0214f77386dd0c52bec8b3..4bb87598245fcd5757aff1dee9e7968465277605 100644 (file)
@@ -122,7 +122,6 @@ public class BGPPeer implements ReusableBGPPeer, Peer, AutoCloseable, BGPPeerRun
         }
         if (mpReach != null) {
             this.ribWriter.updateRoutes(mpReach, nextHopToAttribute(attrs, mpReach));
-            return;
         }
         MpUnreachNlri mpUnreach = null;
         if (message.getWithdrawnRoutes() != null) {