06/11/2025 14:41, Bruce Richardson:
> On Mon, Oct 06, 2025 at 10:10:58AM +0000, Sivaprasad Tummala wrote:
> > Telemetry command registration fails if the command name contains
> > characters other than alphanumeric, underscore (_), and forward
> > slash (/).
> > 
> > The l3fwd-power example previously used "/l3fwd-power/stats"
> > as telemetry command, which includes a hyphen (-) and causes
> > registration failure.
> > 
> > This patch fixes the issue by replacing the hyphen with an
> > underscore, changing the command to "/l3fwd_power/stats"
> > 
> > Fixes: a35919a1139b ("examples/l3fwd-power: use new telemetry")
> > Cc: [email protected]
> > Cc: [email protected]
> > 
> > Signed-off-by: Sivaprasad Tummala <[email protected]>
> Acked-by: Bruce Richardson <[email protected]>

Applied, thanks.



Reply via email to