Fix YANG file formatting in concepts
[bgpcep.git] / concepts / src / main / yang / rfc2385.yang
1 // Contents of "rfc2385"
2 module rfc2385 {
3     yang-version 1;
4     namespace "urn:opendaylight:params:xml:ns:yang:controller:rfc2385:cfg";
5     prefix "rfc2385";
6
7     organization "AT&T Services, Inc.";
8
9     contact "Om Prakash <op317q@att.com>";
10
11     description
12         "This module contains the base YANG definitions for
13          Netty Epoll Signature option.
14
15         Copyright (c)2016 AT&T Services, Inc. All rights reserved.;
16
17         This program and the accompanying materials are made available
18         under the terms of the Eclipse Public License v1.0 which
19         accompanies this distribution, and is available at
20         http://www.eclipse.org/legal/epl-v10.html";
21
22     revision "2016-03-24" {
23         description
24             "Initial revision";
25     }
26
27     typedef rfc2385-key {
28         reference "https://tools.ietf.org/html/rfc2385#section-4.5";
29         type string {
30             length 1..80;
31         }
32     }
33 }