forked from Juniper/contrail-controller
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change vector to array since tbb::mutex is non-copy class #2
Open
smatov
wants to merge
19
commits into
tcpcloud:R3.0.2.x
Choose a base branch
from
smatov:R3.0.2.x
base: R3.0.2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wrong parameter is checked for barbican client keystone v3 authentication Change-Id: Ie6ad3038e0bd37ed0935ba31e4b33a278a37c5d4 Partial-Bug: 1602375
when the snat DB is corrupted, service monitor throws an exception and fails to sync with other snat services. Added validity code to check the object before it is used Change-Id: Ia512768f9d5749428256e56b5f472a4bf7cd260c Closes-bug: 1617043
3. Project's within class TestPermissions appended with self.id(), to create unique Project for each testcase. Closes-Bug: 1555323 Change-Id: If04cb40f670da95992cf4a34468bb465249d7de5
This ri is only needed for some internal tests. At customer installations, it is ok if we this RI is not present. Change-Id: I0080fe1faaa6c89667718901a2ad2104e6a89e71 Closes-Bug: 1605659 (cherry picked from commit 1927dbb)
AAP config is updated only when there is a change in the ip. code is added to do the update either ip or mac is changed Change-Id: Id756816126210b884cbafeb746bd887bc7d0893e Closes-bug: 1551280
since the wrong condition is evaluated, new config for the loadbalancer is not generated. Due to this, lb-vip-update --admin-state-up false does not create any impact in the loadbalancer Change-Id: Ife6a93e3d7db20e709996838024d4c5489ce0b06 Closes-bug: 1368682
Issue: In case of IPv6 Allowed Address Pair, when switchover happens to new interface, the traffic does not move to new interface. As part of switchover, Unsolicited Neighbor Advertisement message from new interface is not trapped to agent. Fix Agent now adds a route to trap IPv6 All Nodes Multicast address in each VRF so that Unsolicited Neighbor Advertisement message reaches agent. Agent, as part of this message processing updates the Allowed Address pair state machine so that route preference is updated for new interface and traffic starts flowing from new interface. Also define separate counters in agent for Solicited and Unsolicited Neighbor advertisement message. Also update the UT. Closes-Bug: #1592119 (cherry picked from commit 6d3008c) Change-Id: I2363856cb7d1d57e073573140bafc13590031b40
…ions 3. Project's within class TestPermissions appended with self.id(), to create unique Project for each testcase. Closes-Bug: 1555323" into R3.0.2.x
|
Added comment for index_list |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.