Skip to content

Commit 9d8ad64

Browse files
Update ip-masq-agent.md to add missing /
1 parent f0f9b32 commit 9d8ad64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/ip-masq-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ the Pod IP behind the VM's own IP address - generally known as "masquerade". By
4747
agent is configured to treat the three private IP ranges specified by
4848
[RFC 1918](https://tools.ietf.org/html/rfc1918) as non-masquerade
4949
[CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
50-
These ranges are `10.0.0.0/8`, `172.16.0.0/12`, and `192.168.0.0 16`.
50+
These ranges are `10.0.0.0/8`, `172.16.0.0/12`, and `192.168.0.0/16`.
5151
The agent will also treat link-local (169.254.0.0/16) as a non-masquerade CIDR by default.
5252
The agent is configured to reload its configuration from the location
5353
*/etc/config/ip-masq-agent* every 60 seconds, which is also configurable.

0 commit comments

Comments
 (0)