]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-network.adoc
network: nat: add extra newlines between links for readability
[pve-docs.git] / 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]