Bug 7234 : Placeholder for BGP minor fixes 62/48662/4
authorVyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
Mon, 28 Nov 2016 08:21:04 +0000 (13:51 +0530)
committerSam Hague <shague@redhat.com>
Mon, 28 Nov 2016 20:32:47 +0000 (20:32 +0000)
commit71265f10db02f8e49375c42e154e70512705aff4
treee3d7af36fe1e42f4361e90244eba56188a4dbcbb
parent63b2327be21417cbc65f61bcaee2eaa77fd34272
Bug 7234 : Placeholder for BGP minor fixes

Issue 1:
Modified BGP-Util MD-SAL read, not to supress the exception.
As this exception is used for BGP configuration retry mechanism.

Issue 2:
BGP stale path timer will be shown as default.

Issue 3:
BGP replay mechanism: Publishes internal VRF's & prefixes before
neighborship configuration.
6windQuagga EOR(End of Rib) marker: EOR Marker sent immediately after the
neighborship establishment.
So in case of BGP-restart scenario, 6windQuagga sends EOR immediately
after the session establishment,
in this scenario, the prefixes which are published earlier (before
restart) will be purged till CSC
replays them. Due to this there will be impact in datapath between
local-VM's to external DC-Gwy.

Change-Id: I6fababd4f8b5f8a96bc2f1e72fefdaf089f75d50
Signed-off-by: Vyshakh Krishnan CH <vyshakh.krishnan.c.h@ericsson.com>
vpnservice/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/netvirt/bgpmanager/BgpConfigurationManager.java
vpnservice/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/netvirt/bgpmanager/BgpUtil.java
vpnservice/bgpmanager/bgpmanager-impl/src/main/java/org/opendaylight/netvirt/bgpmanager/commands/Cache.java