Rework ribOut interaction 88/94488/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Jan 2021 19:13:31 +0000 (20:13 +0100)
committerRobert Varga <nite@hq.sk>
Wed, 20 Jan 2021 07:19:59 +0000 (07:19 +0000)
commit530757ee880dcf497618452ea447803e9ef7ae5f
tree2b610f4c09166c1a3b47e9b228ba4cf4f8028d5c
parent4081da4bd302e064b17246f6b2ef7ed26472b8a6
Rework ribOut interaction

As it turns out, we are using a binding chain separately from the
main chain. The reason for this is that we use domChain for processing
towards from the peer -- which is common for both. bindingChain is
used exclusively for ribOut writeout.

Rename it and correct the guard/use mismatch we introduced in the
previous patch.

JIRA: BGPCEP-853
Change-Id: Idac28712ae9603f7cbfefe613baf2b47c7daff17
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/AbstractPeer.java
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/ApplicationPeer.java
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/AbstractRIBTestSetup.java
bgp/rib-impl/src/test/java/org/opendaylight/protocol/bgp/rib/impl/GracefulRestartTest.java