fd7423c6b4d9dbcc2ca936e34f93cffdd3deb2b3
[bgpcep.git] / concepts / src / main / yang / iana.yang
1 module iana {
2         yang-version 1;
3         namespace "urn:opendaylight:params:xml:ns:yang:iana";
4         prefix "iana";
5
6         organization "Cisco Systems, Inc.";
7         contact "Robert Varga <rovarga@cisco.com>";
8
9         description
10                 "This module contains the definition of types related to
11         Internet Assigned Numbers Authority.
12
13                 Copyright (c)2013 Cisco Systems, Inc. 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         revision "2013-08-16" {
21                 description
22                         "Initial revision.";
23                 reference "https://www.iana.org/";
24         }
25
26     typedef enterprise-number {
27         description "Private enterprise number.";
28         reference "https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers";
29         type uint32;
30     }
31 }