Bug 8900 - fixing ACL updates
[groupbasedpolicy.git] / renderers / ofoverlay / src / main / yang / ofoverlay-provider-impl.yang
1 /*
2  * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 module ofoverlay-provider-impl {
10     yang-version 1;
11     namespace "urn:opendaylight:params:xml:ns:yang:controller:config:ofoverlay-provider:impl";
12     prefix "ofoverlay-provider-impl";
13
14     import config { prefix config; revision-date 2013-04-05; }
15     import opendaylight-md-sal-binding { prefix mdsal; revision-date 2013-10-28; }
16     import ietf-yang-types { prefix "yang"; revision-date 2013-07-15; }
17     import opendaylight-sal-binding-broker-impl { prefix sal-broker; revision-date 2013-10-28;}
18     import ofoverlay { prefix ofoverlay; revision-date 2014-05-28; }
19     import groupbasedpolicy-cfg { prefix gbpcfg; revision-date 2015-11-06; }
20
21     description
22         "This module contains the base YANG definitions for
23           ofoverlay-provider impl implementation.";
24
25     revision "2014-06-11" {
26         description
27             "Initial revision.";
28     }
29
30     identity ofoverlay-provider-impl {
31         base "config:module-type";
32
33         config:java-name-prefix OFOverlayProvider;
34     }
35
36     // Augments the 'configuration' choice node under modules/module.
37     augment "/config:modules/config:module/config:configuration" {
38         case ofoverlay-provider-impl {
39             when "/config:modules/config:module/config:type = 'ofoverlay-provider-impl'";
40         }
41     }
42 }