From d709fbb4def8752f38d6b739d2dee9604d4d12c2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 10 May 2020 20:10:48 +0200 Subject: [PATCH] adming guide: move SDN down, after VM/CT and before firewall While the rationale to put it before CT/VM isn't wrong at all it's and advanced and currently even experimental topic. Lot's of PVE admins/users won't require to get up and running initially. Those who search it will still find it easily. Signed-off-by: Thomas Lamprecht --- pve-admin-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-admin-guide.adoc b/pve-admin-guide.adoc index 4207630..3614c03 100644 --- a/pve-admin-guide.adoc +++ b/pve-admin-guide.adoc @@ -36,13 +36,13 @@ include::pvesm.adoc[] include::pveceph.adoc[] include::pvesr.adoc[] - -include::pvesdn.adoc[] include::qm.adoc[] include::pct.adoc[] +include::pvesdn.adoc[] + include::pve-firewall.adoc[] include::pveum.adoc[]