Skip to content

Commit

Permalink
fix typo in route.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
av621 authored and ansibleguy committed Sep 11, 2024
1 parent e777c83 commit 9b4c34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/modules/route.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ansibleguy.opnsense.gateway
"time_period","integer","false","60","\-","The time period over which results are averaged."
"loss_interval","integer","false","4","\-","Time interval before packets are treated as lost."
"data_length","integer","false","0","\-","Size of ICMP packets to send."
"match_fields","list of strings","false","['name', 'gateway', descriptiom]","\-","Fields that are used to match configured gateways with the running config - if any of those fields are changed, the module will think it's a new gateway"
"match_fields","list of strings","false","['name', 'gateway']","\-","Fields that are used to match configured gateways with the running config - if any of those fields are changed, the module will think it's a new gateway, possible options: ['name', 'gateway', 'description']"
"reload","boolean","false","true","\-", .. include:: ../_include/param_reload.rst

Usage
Expand Down

0 comments on commit 9b4c34f

Please sign in to comment.