diff mbox series

[85/90] connection: Update 'set_default_gateway_route_common' documentation.

Message ID 20231206235056.322578-89-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Add Gateway Low-priority Default Routes for Non-default Services | expand

Commit Message

Grant Erickson Dec. 6, 2023, 11:50 p.m. UTC
This updates the "see also" documentation for
'set_default_gateway_route_common' to reflect other functions it calls
or depends on.
---
 src/connection.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/src/connection.c b/src/connection.c
index 0dadc99e2337..84718d491ded 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
  *
  */