network: nat: add extra newlines between links for readability

otherwise they are all rendered in one line in all our outputs (wiki,
pdf, html)

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Oguz Bektas 2020-08-31 11:23:47 +02:00 committed by Thomas Lamprecht
parent 10da5ce16b
commit 217f7cd81b

View File

@ -261,8 +261,11 @@ post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1
---- ----
For more information about this, refer to the following links: For more information about this, refer to the following links:
https://commons.wikimedia.org/wiki/File:Netfilter-packet-flow.svg[Netfilter Packet Flow] https://commons.wikimedia.org/wiki/File:Netfilter-packet-flow.svg[Netfilter Packet Flow]
https://lwn.net/Articles/370152/[Patch on netdev-list introducing conntrack zones] https://lwn.net/Articles/370152/[Patch on netdev-list introducing conntrack zones]
https://blog.lobraun.de/2019/05/19/prox/[Blog post with a good explanation by using TRACE in the raw table] https://blog.lobraun.de/2019/05/19/prox/[Blog post with a good explanation by using TRACE in the raw table]