1
0
mirror of https://github.com/open-simh/simh.git synced 2026-02-28 17:29:55 +00:00
Files
open-simh.simh/sim_ether.c
Calvin Buckley 6fd146ae66 Keep track of generated vmnet MAC addr
The vmnet interface created for a simh instance has its own MAC address.
It doesn't seem too useful to for simh itself (you can just use whatever
MAC address and send/receive frames with that), but it does make
referencing it in other places (i.e. SHOW ETHERNET vs. ifconfig) easier.

The generated MAC address is provided at interface creation time; while
we could look it up earlier like with pcap, this seems more efficient.
2025-08-17 15:25:22 -04:00

174 KiB