Update git submodules
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 5 Aug 2017 23:54:10 +0000 (01:54 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 4 Jan 2018 17:06:18 +0000 (17:06 +0000)
commit09e02196d137e4cd423973b01d85eba86fae9b7d
tree936af9c94c625668fba3a5b050f331a0546c4ea9
parentc2b8b6b0108740702d24aee77926f6b1a7a37cc8
Update git submodules

* Update docs/submodules/bgpcep from branch 'master'
  to af1e80b6e18e49fce36a23affe32c7d4ae20dbca
  - Optimize TerminationReason memory usage and performance

    Using a map is forcing us to box on each lookup. Given the cardinality
    a simple array lookup is just fine.

    Change-Id: Id39151267545e6c35a3c0b9997612879e9b88c65
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/submodules/bgpcep