This commit is contained in:
asxalex 2024-10-22 11:01:52 +08:00
parent 3e4fe82a59
commit af56edd331

View File

@ -809,7 +809,7 @@ async fn handle_tun_packet(
ttl: 2,
network_id: edge.network_id.load(Ordering::Relaxed),
src_mac: Vec::from(self_mac),
dst_mac: Vec::from(arp.dhwaddr),
dst_mac: Vec::from(arp.shwaddr),
data: arp.marshal_to_bytes(),
};