Moved l2-l3 forwarding to domain-extensions
[groupbasedpolicy.git] / domain-extensions / l2-l3 / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <snapshot>
11     <configuration>
12         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
13             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
14                 <module>
15                     <type xmlns:l2l3="urn:opendaylight:params:xml:ns:yang:controller:config:domain_extension:l2_l3:impl">
16                         l2l3:l2-l3-domain-extension-impl
17                     </type>
18                     <name>l2-l3-domain-extension-impl</name>
19
20                     <domain-specific-registry>
21                         <type xmlns:gbp="urn:opendaylight:params:xml:ns:yang:controller:config:groupbasedpolicy">gbp:domain-specific-registry</type>
22                         <name>domain-specific-registry</name>
23                     </domain-specific-registry>
24                 </module>
25             </modules>
26         </data>
27
28     </configuration>
29
30     <required-capabilities>
31         <capability>urn:opendaylight:params:xml:ns:yang:controller:config:domain_extension:l2_l3:impl?module=l2-l3-domain-extension-cfg&amp;revision=2016-05-25</capability>
32     </required-capabilities>
33
34 </snapshot>