srcmac reply
This commit is contained in:
parent
53b0be35a7
commit
c130dcc83e
@ -825,7 +825,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.shwaddr),
|
||||
dst_mac: Vec::from(arp.dhwaddr),
|
||||
data: encrypted,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user