aboutgitcodebugslistschat
path: root/passt.h
diff options
context:
space:
mode:
Diffstat (limited to 'passt.h')
-rw-r--r--passt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/passt.h b/passt.h
index a20148e..a61baca 100644
--- a/passt.h
+++ b/passt.h
@@ -200,7 +200,6 @@ struct ip6_ctx {
* @no_udp: Disable UDP operation
* @udp: Context for UDP protocol handler
* @no_icmp: Disable ICMP operation
- * @icmp: Context for ICMP protocol handler
* @mtu: MTU passed via DHCP/NDP
* @no_dns: Do not source/use DNS servers for any purpose
* @no_dns_search: Do not source/use domain search lists for any purpose
@@ -286,7 +285,6 @@ struct ctx {
int no_udp;
struct udp_ctx udp;
int no_icmp;
- struct icmp_ctx icmp;
int no_dns;
int no_dns_search;