diff options
author | Robert Göhler <github@ghlr.de> | 2022-11-08 21:04:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-08 21:04:29 +0100 |
commit | 57a03630ae6bb3ccb17f2131a316f5cf4f0e6f3a (patch) | |
tree | 7a9b633c390bede058b0eadb9779fddc4ebdaf3d | |
parent | 11e42fb21d31ed94e1cd43fb3fa6842ad2c50244 (diff) | |
download | vyos-documentation-57a03630ae6bb3ccb17f2131a316f5cf4f0e6f3a.tar.gz vyos-documentation-57a03630ae6bb3ccb17f2131a316f5cf4f0e6f3a.zip |
Adjust example IP
-rw-r--r-- | docs/configuration/policy/examples.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/policy/examples.rst b/docs/configuration/policy/examples.rst index ca860945..f52a7950 100644 --- a/docs/configuration/policy/examples.rst +++ b/docs/configuration/policy/examples.rst @@ -191,8 +191,8 @@ to a specific destination IP. .. code-block:: none - set policy route IP-MSS-CLAMP rule 10 description 'Clamp TCP session MSS to 1360 for NN.NNN.NNN.NNN' - set policy route IP-MSS-CLAMP rule 10 destination address 'NN.NNN.NNN.NNN/32' + set policy route IP-MSS-CLAMP rule 10 description 'Clamp TCP session MSS to 1360 for 198.51.100.30' + set policy route IP-MSS-CLAMP rule 10 destination address '198.51.100.30/32' set policy route IP-MSS-CLAMP rule 10 protocol 'tcp' set policy route IP-MSS-CLAMP rule 10 set tcp-mss '1360' set policy route IP-MSS-CLAMP rule 10 tcp flags 'SYN' |