Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/nw-multi-network-policy-differences.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kind: MultiNetworkPolicy

* You must use the `multi-networkpolicy` resource name when using the CLI to interact with multi-network policies. For example, you can view a multi-network policy object with the `oc get multi-networkpolicy <name>` command where `<name>` is the name of a multi-network policy.

* You must specify an annotation with the name of the network attachment definition that defines the macvlan or SR-IOV additional network:
* You must specify an annotation with the name of the network attachment definition that defines the additional network:
+
[source,yaml]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ include::_attributes/common-attributes.adoc[]

toc::[]

As a cluster administrator, you can configure a multi-network policy for a Single-Root I/O Virtualization (SR-IOV), MAC Virtual Local Area Network (MacVLAN), or OVN-Kubernetes additional networks. MacVLAN additional networks are fully supported. Other types of additional networks, such as IP Virtual Local Area Network (IPVLAN), are not supported.
As a cluster administrator, you can configure a multi-network policy for any of the following network types:

* Single-Root I/O Virtualization (SR-IOV)
* MAC Virtual Local Area Network (MacVLAN)
* IP Virtual Local Area Network (IPVLAN)
* Bond Container Network Interface (CNI) over SR-IOV
* OVN-Kubernetes additional networks

[NOTE]
====
Expand Down