Skip to content

fix `dhcp_client_id_remove` test randomly failing

This test randomly fails sometimes because the string BC is matched in an unrelated packet -- this makes the ID longer, so that it's less likely to get erroneously matched.

Merge request reports