diff options
Diffstat (limited to 'docs/vyos.vyos.vyos_firewall_rules_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_firewall_rules_module.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/vyos.vyos.vyos_firewall_rules_module.rst b/docs/vyos.vyos.vyos_firewall_rules_module.rst index cebe64cc..7a7428d3 100644 --- a/docs/vyos.vyos.vyos_firewall_rules_module.rst +++ b/docs/vyos.vyos.vyos_firewall_rules_module.rst @@ -182,7 +182,7 @@ Parameters <td> </td> <td> - <div>A ditionary that specifies the rule-set configurations.</div> + <div>A dictionary that specifies the rule-set configurations.</div> </td> </tr> <tr> @@ -550,7 +550,7 @@ Parameters </ul> </td> <td> - <div>Inboud ip sec packets.</div> + <div>Inbound ip sec packets.</div> </td> </tr> <tr> @@ -1574,7 +1574,7 @@ Examples # vyos@vyos# run show configuration commands | grep firewall # set firewall group address-group 'inbound' # - - name: Merge the provided configuration with the exisiting running configuration + - name: Merge the provided configuration with the existing running configuration vyos.vyos.vyos_firewall_rules: config: - afi: ipv6 |