Hi all
I found the session-id in ConfD Netconf is not starting from 1.
The session-id in Hello message sent by ConfD Netconf server is 12, sometimes it is 13.
But I found the session-id in LibNetconf server is starting from 1.
I want to know what is the initial value, and it must be 1 or random optiona.
session-id-type is mentioned in RFC6241 as below.
typedef session-id-type {
type uint32 {
range "1..max";
}
description
"NETCONF Session Id";
}