mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-10-28 13:11:09 -04:00
formatted code
This commit is contained in:
parent
93af45f5b4
commit
798a35668a
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ module ARP = struct
|
|||
Log.info (fun f -> pf f "ignoring request for client's own IP");
|
||||
None)
|
||||
else (
|
||||
Log.info (fun f -> pf f "responding with %a" Macaddr.pp t.client_link#my_mac);
|
||||
Log.info (fun f ->
|
||||
pf f "responding with %a" Macaddr.pp t.client_link#my_mac);
|
||||
Some
|
||||
{
|
||||
Arp_packet.operation = Arp_packet.Reply;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue