commit | c1dfdb44da951d0066fbe5417f2e99e65e99c72e | [log] [tgz] |
---|---|---|
author | Vince Lehman <vslehman@memphis.edu> | Thu Jul 16 12:17:36 2015 -0500 |
committer | Vince Lehman <vslehman@memphis.edu> | Fri Jul 17 08:18:28 2015 -0700 |
tree | e82ed8690d9c9b4bf15d8c3c67e428451f74d142 | |
parent | a4527cc837748ba978224291fe0675b8c3ccceda [diff] [blame] |
rib: Accept KeyChain in RibManager constructor refs: #2390 Change-Id: I45c9aae4bb111d75de63dcbcba4b3e6296eb2426
diff --git a/rib/nrd.cpp b/rib/nrd.cpp index b4ff276..bdfab99 100644 --- a/rib/nrd.cpp +++ b/rib/nrd.cpp
@@ -66,7 +66,7 @@ initializeLogging(); - m_ribManager.reset(new RibManager(*m_face)); + m_ribManager.reset(new RibManager(*m_face, m_keyChain)); ConfigFile config([] (const std::string& filename, const std::string& sectionName, const ConfigSection& section, bool isDryRun) {