Skip to content

Add a simple ARP protocol #2

Description

@Elock98

This should be used by switches to see if the destination address is on the local network (or which port to relay the message on).

  • When a router receives an ARP request it should ignore it.
  • When a node receives an ARP request.
    • If its IP corresponds to the one in the request then return an ARP response.
    • Else ignore the ARP request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions