18ad2f3f7d5ce930e9f5c0b5e46db05abe208346
[smo/teiv.git] /
1 module duplicate-prefixes-test-module {
2
3         namespace "test:duplicate-prefixes-test-module";
4         prefix "this";
5
6         description
7         "Copyright (C) 2024 Ericsson
8         Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
9
10         revision "2020-10-02" {
11                 description "initial revision";
12         }
13
14         import ietf-origin {
15                 prefix prefix1;
16         }
17
18         import ietf-yang-metadata {
19                 prefix prefix1;
20         }
21 }