diff options
author | Nicholas Humfrey <njh@aelius.com> | 2020-01-27 19:02:25 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-27 20:02:25 +0100 |
commit | 735acb23639a116fae3c42727e15257465132827 (patch) | |
tree | 6fa83275bc060923f8370a35d63b9ed0fd3df688 /docs/appendix/examples/zone-policy.rst | |
parent | d5c25cf25d08b35d04a36fd6c843658633c9f838 (diff) | |
download | vyos-documentation-735acb23639a116fae3c42727e15257465132827.tar.gz vyos-documentation-735acb23639a116fae3c42727e15257465132827.zip |
examples: firewall: add missing zone policy diagram
Diffstat (limited to 'docs/appendix/examples/zone-policy.rst')
-rw-r--r-- | docs/appendix/examples/zone-policy.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/appendix/examples/zone-policy.rst b/docs/appendix/examples/zone-policy.rst index 635bf35c..f655b4fe 100644 --- a/docs/appendix/examples/zone-policy.rst +++ b/docs/appendix/examples/zone-policy.rst @@ -18,7 +18,10 @@ We have three networks. This specific example is for a router on a stick, but is very easily adapted for however many NICs you have. -[https://i.imgur.com/Alz1J.png Topology Image] +.. image:: zone-policy-diagram.svg + :width: 80% + :align: center + :alt: Network Topology Diagram The VyOS interface is assigned the .1/:1 address of their respective networks. WAN is on VLAN 10, LAN on VLAN 20, and DMZ on VLAN 30. |