@@ -117,7 +117,7 @@ src_connmand_SOURCES = $(gdhcp_sources) $(gweb_sources) $(stats_sources) \
$(backtrace_sources) $(builtin_sources) $(shared_sources) \
src/connman.ver src/main.c src/connman.h src/log.c \
src/error.c src/plugin.c src/task.c \
- src/device.c src/network.c src/connection.c \
+ src/device.c src/network.c src/gateway.c \
src/manager.c src/service.c \
src/clock.c src/timezone.c src/agent-connman.c \
src/agent.c src/notifier.c src/provider.c \
similarity index 100%
rename from src/connection.c
rename to src/gateway.c
@@ -3079,7 +3079,7 @@ bool connman_inet_is_ipv6_supported()
* connmand and vpnd use inet.c, getting the route is via ipconfig and ipconfig
* is different for both. Gateway is left here for possible future use.
*
- * Gateway can be NULL and connection.c then assigns 0.0.0.0 address or ::,
+ * Gateway can be NULL and gateway.c then assigns 0.0.0.0 address or ::,
* depending on IP family.
*/
bool connman_inet_is_default_route(int family, const char *host,