BGPCEP-770: Lock file before processing
[bgpcep.git] / bgp / config-example / src / main / resources / initial / network-topology-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~ This program and the accompanying materials are made available under the
6   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
8   -->
9 <network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology">
10     <topology>
11         <topology-id>example-ipv4-topology</topology-id>
12         <topology-types>
13             <bgp-ipv4-reachability-topology xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-types"/>
14         </topology-types>
15         <rib-id xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config">example-bgp-rib</rib-id>
16     </topology>
17     <topology>
18         <topology-id>example-ipv6-topology</topology-id>
19         <topology-types>
20             <bgp-ipv6-reachability-topology xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-types"/>
21         </topology-types>
22         <rib-id xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config">example-bgp-rib</rib-id>
23     </topology>
24     <topology>
25         <topology-id>example-linkstate-topology</topology-id>
26         <topology-types>
27             <bgp-linkstate-topology xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-types"/>
28         </topology-types>
29         <rib-id xmlns="urn:opendaylight:params:xml:ns:yang:odl-bgp-topology-config">example-bgp-rib</rib-id>
30     </topology>
31 </network-topology>