Code clean up
[bgpcep.git] / bgp / linkstate / src / main / yang / bgp-linkstate-app-config.yang
1 module bgp-linkstate-app-config {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:bgp:linkstate-app-config";
4     prefix "bgp-linkstate-app-config";
5
6     description
7       "Configuration for the BGP linkstate application.";
8
9     revision "2016-06-14" {
10         description
11             "Initial revision.
12
13             Copyright (c)2016 Brocade Communications Systems, Inc. and others.  All rights reserved.
14
15             This program and the accompanying materials are made available
16             under the terms of the Eclipse Public License v1.0 which
17             accompanies this distribution, and is available at
18             http://www.eclipse.org/legal/epl-v10.html";
19     }
20
21     container bgp-linkstate-app-config {
22         leaf iana-linkstate-attribute-type {
23             description "If true (default) linkstate attribute type (=29) allocated by IANA is used,
24                          else type (=99) is used for parsing/serialization";
25             type boolean;
26             default true;
27         }
28     }
29 }