Skip to content

Commit

Permalink
Update ARP example to also support IPv6 via NDP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Aug 28, 2023
1 parent 87f362d commit eeaddc6
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pnet_packet = { path = "pnet_packet", version = "0.34.0", default-features = fal
time = "0.3.23"

[[example]]
name = "arp_packet"
name = "ip_to_mac"
required-features = ["std"]

[[example]]
Expand Down
110 changes: 0 additions & 110 deletions examples/arp_packet.rs

This file was deleted.

0 comments on commit eeaddc6

Please sign in to comment.