Skip to content

Commit b064343

Browse files
committed
confd: factory-config: Change syntax to follow new yang model
1 parent e49b3c9 commit b064343

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/confd/share/factory.d/10-netconf-server.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"name": "default-ssh",
2222
"ssh": {
2323
"tcp-server-parameters": {
24-
"local-address": "::"
24+
"local-bind": [
25+
{
26+
"local-address": "::"
27+
}
28+
]
2529
},
2630
"ssh-server-parameters": {
2731
"server-identity": {

0 commit comments

Comments
 (0)