Bug 8900 - fixing ACL updates
[groupbasedpolicy.git] / renderers / ios-xe / src / main / yang / ios-xe-provider-impl.yang
1 /*
2  * Copyright (c) 2016 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 ios-xe-provider-impl {
10     yang-version 1;
11     namespace "urn:opendaylight:params:xml:ns:yang:groupbasedpolicy:renderer:ios-xe-provider:impl:config";
12     prefix "ios-xe-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 groupbasedpolicy-cfg { prefix gbpcfg; revision-date 2015-11-06; }
17     import renderer { prefix gbprenderer; revision-date 2015-11-03; }
18
19     description
20         "This module contains the base YANG definitions for
21           ios-xe-provider impl implementation.";
22
23     revision "2016-05-17" {
24         description
25             "Initial revision.";
26     }
27
28     identity ios-xe-provider-impl {
29         base "config:module-type";
30         config:java-name-prefix IosXeProvider;
31     }
32
33     // Augments the 'configuration' choice node under modules/module.
34     augment "/config:modules/config:module/config:configuration" {
35         case ios-xe-provider-impl {
36             when "/config:modules/config:module/config:type = 'ios-xe-provider-impl'";
37         }
38     }
39 }