Revert unwanted changes.

This commit is contained in:
Felix Fontein 2024-12-28 15:14:36 +01:00 committed by GitHub
parent 89f575f1ef
commit b5176e4542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -355,7 +355,7 @@ seealso:
EXAMPLES = r""" EXAMPLES = r"""
- name: Setup DHCP server networks - name: Setup DHCP server networks
# Ensures that we have exactly two DHCP server networks (in the specified order) # Ensures that we have exactly two DHCP server networks (in the specified order)
community.routeros.api_modify: community.routeros.api_modify:
path: ip dhcp-server network path: ip dhcp-server network
handle_absent_entries: remove handle_absent_entries: remove
@ -383,12 +383,12 @@ EXAMPLES = r"""
chain: srcnat chain: srcnat
comment: NAT to WAN comment: NAT to WAN
out-interface-list: WAN out-interface-list: WAN
# Three ways to unset values: # Three ways to unset values:
# - nothing after `:` # - nothing after `:`
# - "empty" value (null/~/None) # - "empty" value (null/~/None)
# - prepend '!' # - prepend '!'
out-interface: out-interface:
to-addresses: to-addresses: ~
'!to-ports': '!to-ports':
- name: Block all incoming connections - name: Block all incoming connections
@ -400,7 +400,7 @@ EXAMPLES = r"""
handle_absent_entries: remove handle_absent_entries: remove
handle_entries_content: remove_as_much_as_possible handle_entries_content: remove_as_much_as_possible
restrict: restrict:
# Do not touch any chain except the input chain # Do not touch any chain except the input chain
- field: chain - field: chain
values: values:
- input - input