Skip to content

Commit e9ff5b0

Browse files
mihirramrajpal2
authored andcommitted
Changed type based on bug
1 parent 5a76436 commit e9ff5b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release/models/firewall/openconfig-fw-high-availability.yang

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module openconfig-fw-high-availability {
1313
import openconfig-interfaces { prefix oc-if; }
1414
import openconfig-inet-types { prefix oc-inet; }
1515
import openconfig-fw-link-monitoring { prefix oc-fw-linkmon; }
16-
import openconfig-aaa-types { prefix oc-aaa-types; }
1716
import openconfig-types { prefix oc-types; }
1817

1918
// Meta

release/models/system/openconfig-aaa.yang

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module openconfig-aaa {
1212
import openconfig-inet-types { prefix oc-inet; }
1313
import openconfig-yang-types { prefix oc-yang; }
1414
import openconfig-aaa-types { prefix oc-aaa-types; }
15+
import openconfig-types { prefix oc-types; }
1516

1617
include openconfig-aaa-tacacs;
1718
include openconfig-aaa-radius;
@@ -315,7 +316,7 @@ module openconfig-aaa {
315316
}
316317

317318
leaf admin-password-hashed {
318-
type oc-aaa-types:crypt-password-type;
319+
type oc-types:crypt-password-type;
319320
description
320321
"The admin/root password, supplied as a hashed value
321322
using the notation described in the definition of the
@@ -382,7 +383,7 @@ module openconfig-aaa {
382383
}
383384

384385
leaf password-hashed {
385-
type oc-aaa-types:crypt-password-type;
386+
type oc-types:crypt-password-type;
386387
description
387388
"The user password, supplied as a hashed value
388389
using the notation described in the definition of the

0 commit comments

Comments
 (0)