dst mac
This commit is contained in:
parent
3e4fe82a59
commit
af56edd331
@ -809,7 +809,7 @@ async fn handle_tun_packet(
|
|||||||
ttl: 2,
|
ttl: 2,
|
||||||
network_id: edge.network_id.load(Ordering::Relaxed),
|
network_id: edge.network_id.load(Ordering::Relaxed),
|
||||||
src_mac: Vec::from(self_mac),
|
src_mac: Vec::from(self_mac),
|
||||||
dst_mac: Vec::from(arp.dhwaddr),
|
dst_mac: Vec::from(arp.shwaddr),
|
||||||
data: arp.marshal_to_bytes(),
|
data: arp.marshal_to_bytes(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user