You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RelayCode::AgentRemoteId => {let len = d.read_u8()? asusize;let data = d.read_slice(len)?.to_vec();AgentRemoteId(data)}
The text was updated successfully, but these errors were encountered:
varshneyabhi
changed the title
Instead of AgentRemoteId, AgentCircuitId is updated, during decode process.
During decode process, instead of AgentRemoteId, AgentCircuitId is updated.
Nov 3, 2023
Instead of AgentRemoteId, AgentCircuitId is updated, during decode process. The link to issue in code is:
dhcproto/src/v4/relay.rs
Line 137 in 44fe6c9
It should be
The text was updated successfully, but these errors were encountered: