Juniper / go-netconf

NETCONF implementation in Go.
Other
254 stars 110 forks source link

Feature Request Expose MessageId #66

Closed damianoneill closed 6 years ago

damianoneill commented 6 years ago

Would there be any concerns in having the generated MessageID returned in the RPCReply so that its available from a session.Exec?

func (s Session) Exec(methods ...RPCMethod) (RPCReply, error)

Useful to get the ID from a request for debug purposes.

Thanks, Damian.