File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ module openconfig-fw-high-availability {
13
13
import openconfig-interfaces { prefix oc-if; }
14
14
import openconfig-inet-types { prefix oc-inet; }
15
15
import openconfig-fw-link-monitoring { prefix oc-fw-linkmon; }
16
- import openconfig-aaa-types { prefix oc-aaa-types; }
17
16
import openconfig-types { prefix oc-types; }
18
17
19
18
// Meta
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ module openconfig-aaa {
12
12
import openconfig-inet-types { prefix oc-inet; }
13
13
import openconfig-yang-types { prefix oc-yang; }
14
14
import openconfig-aaa-types { prefix oc-aaa-types; }
15
+ import openconfig-types { prefix oc-types; }
15
16
16
17
include openconfig-aaa-tacacs;
17
18
include openconfig-aaa-radius;
@@ -315,7 +316,7 @@ module openconfig-aaa {
315
316
}
316
317
317
318
leaf admin-password-hashed {
318
- type oc-aaa- types:crypt-password-type;
319
+ type oc-types:crypt-password-type;
319
320
description
320
321
"The admin/root password, supplied as a hashed value
321
322
using the notation described in the definition of the
@@ -382,7 +383,7 @@ module openconfig-aaa {
382
383
}
383
384
384
385
leaf password-hashed {
385
- type oc-aaa- types:crypt-password-type;
386
+ type oc-types:crypt-password-type;
386
387
description
387
388
"The user password, supplied as a hashed value
388
389
using the notation described in the definition of the
You can’t perform that action at this time.
0 commit comments