Comment 13 for bug 1383393

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/8413
Committed: http://github.org/Juniper/contrail-controller/commit/ab4014db03f74cf34229443e701056e638c1869f
Submitter: Zuul
Branch: master

commit ab4014db03f74cf34229443e701056e638c1869f
Author: Tapan Karwa <email address hidden>
Date: Tue Mar 17 14:51:52 2015 -0700

Change schema for md5 keys and all code/tests dependent on the data-structures

1. Remove files auth_keychain.[cc/h] and move all their functionality to
bgp_config.[cc/h] since there is no benefit in having another data-structure in
the middle. This is done via class AuthenticationData.
2. Use AuthenticationData in each bgp peer.
3. Config input will come in via autogen::AuthenticationData and get converted
to class AuthenticationData defined in bgp_config.h
4. Change all tests to reflect the above and use the new auto-generated
data-structures.

Partial-Bug: 1383393

Change-Id: Ice596d2028891e4322912e25fbc1b63d760ad1b3