From 4fab9036ca6bd3563dff1f753ad65907e77235c3 Mon Sep 17 00:00:00 2001 From: Jason Boxman Date: Mon, 10 May 2021 14:50:20 -0400 Subject: [PATCH] Remove misplaced module inclusion Not sure why this got merged into this assembly, but it does not belong here. --- .../multiple_networks/understanding-multiple-networks.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/networking/multiple_networks/understanding-multiple-networks.adoc b/networking/multiple_networks/understanding-multiple-networks.adoc index 1103867057..e8c88ac801 100644 --- a/networking/multiple_networks/understanding-multiple-networks.adoc +++ b/networking/multiple_networks/understanding-multiple-networks.adoc @@ -64,5 +64,3 @@ A macvlan additional network can be configured in two ways: - xref:../../networking/multiple_networks/configuring-macvlan.adoc#configuring-macvlan[Configuring a macvlan-based additional network] * *SR-IOV*: xref:../../networking/hardware_networks/about-sriov.adoc#about-sriov[Configuring an SR-IOV based additional network] allows pods to attach to a virtual function (VF) interface on SR-IOV capable hardware on the host system. - -include::modules/nw-multus-remove-pod.adoc[leveloffset=+1]