From 217f7cd81bbd170d4cbb1035238d5b029d2a23bd Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Mon, 31 Aug 2020 11:23:47 +0200 Subject: [PATCH] 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 Signed-off-by: Thomas Lamprecht --- pve-network.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pve-network.adoc b/pve-network.adoc index 1c5ae17..294c201 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -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]