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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/libnetconf2-netconf-server@2025-11-11.yang

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)