Skip to content

Conversation

@claudeaceae
Copy link

Summary

  • Corrects the MAC address example command in the how-to guide to use the correct --network flag syntax instead of the incorrect --mac-address flag

Details

The example on line 219 of docs/how-to.md was using --mac-address 02:42:ac:11:00:02 which is incorrect. The correct syntax, as shown earlier in the same section (line 213), is --network default,mac=02:42:ac:11:00:02.

This was a documentation inconsistency where the example didn't match the documented syntax.

Test plan

  • Verified the correct syntax is used earlier in the same section
  • Confirmed this matches the actual CLI implementation

The example was using the incorrect --mac-address flag instead of the
correct --network flag with mac parameter as shown earlier in the same
section.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant