]> git.proxmox.com Git - pve-docs.git/commitdiff
network: nat: add extra newlines between links for readability
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 31 Aug 2020 09:23:47 +0000 (11:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 31 Aug 2020 10:04:54 +0000 (12:04 +0200)
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>
pve-network.adoc

index 1c5ae1735d91e9ace77dc16b4c3045fa5311f13c..294c2015102be36222baa4ed1e47cf1a8286514a 100644 (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:
+
 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://blog.lobraun.de/2019/05/19/prox/[Blog post with a good explanation by using TRACE in the raw table]