Skip to content

Commit 8d3e2ba

Browse files
committed
ln2 netconf server BUGFIX ssh banner length
libssh adds 10 bytes, standard caps the length at 255 bytes, so that leaves 245 bytes for the leaf Fixes #567
1 parent 84c60d8 commit 8d3e2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module libnetconf2-netconf-server {
163163

164164
leaf banner {
165165
type string {
166-
length "1..247";
166+
length "1..245";
167167
}
168168
description
169169
"The banner that will be sent to the client when connecting to the server.

0 commit comments

Comments
 (0)