diff options
author | jbew81 <jbew81@free.fr> | 2022-03-07 20:14:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 20:14:05 +0100 |
commit | 848d0372cc3fddb3408b0b91a17ab69efd27316d (patch) | |
tree | e9de318a5d43a6b0ad369b8b05c57d87db56e08b /docs/configuration | |
parent | 577121b69bf7584d078d6e9f33aa340a2c745715 (diff) | |
download | vyos-documentation-848d0372cc3fddb3408b0b91a17ab69efd27316d.tar.gz vyos-documentation-848d0372cc3fddb3408b0b91a17ab69efd27316d.zip |
Update examples.rst (#730)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/policy/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/policy/examples.rst b/docs/configuration/policy/examples.rst index e99bdfcf..e4c4b9da 100644 --- a/docs/configuration/policy/examples.rst +++ b/docs/configuration/policy/examples.rst @@ -110,7 +110,7 @@ Add default routes for routing ``table 10`` and ``table 11`` .. code-block:: none - set protocols static table 10 route 0.0.0.0/0 next-hop 192.0.2.1 + set protocols static table 10 route 0.0.0.0/0 next-hop 192.0.1.1 set protocols static table 11 route 0.0.0.0/0 next-hop 192.0.2.2 Add policy route matching VLAN source addresses |