BUG 4409: Routes to be withdrawn ignored. 51/27951/1
authorClaudio D. Gasparini <cgaspari@cisco.com>
Tue, 6 Oct 2015 09:19:43 +0000 (11:19 +0200)
committerClaudio D. Gasparini <cgaspari@cisco.com>
Tue, 6 Oct 2015 09:19:43 +0000 (11:19 +0200)
commite5fbd2135b3f361d5383ed6f15aca6b1206ee715
tree4094d0c75a61620fc590930b90a600543e3cff6a
parent3ddeea7c1e3476a98515a9d00b9fb01f2c48921c
BUG 4409: Routes to be withdrawn ignored.

Routes to be withdrawn ignored when UPDATE contains both
WITHDRAWN ROUTES and NLRI fields. RFC4271 specify that
an UPDATE message MAY simultaneously advertise a feasible route and
withdraw multiple unfeasible routes from service.

Change-Id: I77c810ed7ddb1eda55021ddd05414198f66ec7ec
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/BGPPeer.java
bgp/rib-impl/src/test/java/org/opendaylight/protocol/bgp/rib/impl/PeerTest.java