Changeset b179e59 in mainline
- Timestamp:
- 2020-12-31T22:30:52Z (3 weeks ago)
- Parents:
- e037cf37 (diff), 7a34f87d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Manuele Conti <conti.manuele@…> (2020-12-31 22:30:52)
- git-committer:
- GitHub <noreply@…> (2020-12-31 22:30:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/ethip/ethip.c
re037cf37 rb179e59 175 175 176 176 ethip_nic_t *nic = (ethip_nic_t *) srv->arg; 177 eth_frame_t frame ;177 eth_frame_t frame = { 0 }; 178 178 179 179 errno_t rc = arp_translate(nic, sdu->src, sdu->dest, frame.dest);
Note: See TracChangeset
for help on using the changeset viewer.