aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Erickson <gerickson@nuovations.com>2023-12-06 13:42:35 -0800
committerMarcel Holtmann <marcel@holtmann.org>2023-12-08 01:55:44 +0100
commit504804f943163bdbd97b4142421bf915b3a1c966 (patch)
treec15be5ffec5b3af193995014b6c51f6e6a905710
parent990533556401a24b895157bff2b3addc8b58b151 (diff)
downloadconnman-504804f943163bdbd97b4142421bf915b3a1c966.tar.gz
connection: Update 'set_default_gateway_route_common' documentation.
This updates the "see also" documentation for 'set_default_gateway_route_common' to reflect other functions it calls or depends on.
-rw-r--r--src/connection.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.c b/src/connection.c
index 0dadc99e2..84718d491 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1575,7 +1575,10 @@ static int mutate_default_gateway(struct gateway_data *data,
* @retval -EEXIST A request was made to add an existing
* routing entry.
*
+ * @sa gateway_config_state_set
* @sa gateway_config_type_set
+ * @sa is_gateway_config_state
+ * @sa is_gateway_config_type
* @sa unset_default_gateway_route_common
*
*/