diff --git a/src/connection.c b/src/connection.c index d575e514e101..f1e91c7c8518 100644 --- a/src/connection.c +++ b/src/connection.c @@ -418,6 +418,11 @@ static const struct gateway_config_ops ipv6_gateway_config_ops = { static const char *const ipv4_addr_any_str = "0.0.0.0"; static const char *const ipv6_addr_any_str = "::"; +/** + * A dictionary / hash table of network services to gateway, or + * default router, data. + * + */ static GHashTable *gateway_hash = NULL; /**