mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-07-15 03:19:21 -04:00
look for icmpv3 in tcpip too
This commit is contained in:
parent
8984af346d
commit
ce4a8dc934
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let packages = [
|
|||
package "arp";
|
||||
package "arp-mirage";
|
||||
package "ipaddr";
|
||||
package "tcpip" ~sublibs:["ipv4"; "udp"; "tcp"];
|
||||
package "tcpip" ~sublibs:["icmpv4"; "ipv4"; "udp"; "tcp"];
|
||||
package "mirage-qubes";
|
||||
package "mirage-qubes-ipv4";
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue