Bug 8675: Follow-up fix to new XML parser change in yangtools 68/59268/6
authorIgor Foltin <igor.foltin@pantheon.tech>
Wed, 21 Jun 2017 09:06:24 +0000 (11:06 +0200)
committerIgor Foltin <igor.foltin@pantheon.tech>
Tue, 18 Jul 2017 06:15:11 +0000 (06:15 +0000)
commit7ecef2ad41605d19c088c9ac636ceae24448c629
treec18d2dccd6e511bcd1eb361c4469ebf3d4dbdbcd
parentf712dd89915d6960b827952e69c85edf62df29a8
Bug 8675: Follow-up fix to new XML parser change in yangtools

Behaviour of the new XML parser in yangtools project needs
to be changed a bit so that RESTCONF/NETCONF projects can be
migrated to the new parser. However, these changes break some
parts of BGPCEP which have already been using it.

This patch provides a fix for the issue and should be merged
right after the following yangtools patch goes in:
https://git.opendaylight.org/gerrit/#/c/59036/

Change-Id: I23a5677e31b01fee7f67c8a5eb6b4081bd976f8b
Signed-off-by: Igor Foltin <igor.foltin@pantheon.tech>
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/ProtocolsConfigFileProcessor.java
bgp/topology-provider/src/main/java/org/opendaylight/bgpcep/bgp/topology/provider/NetworkTopologyConfigFileProcessor.java