Skip to content

Commit 579f7d3

Browse files
authored
Merge pull request #36622 from sjhala-ccs/BZ2004502
BZ2004502: Removed cnv-tuning info from the bridge NAD config
2 parents 848a996 + ac72507 commit 579f7d3

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

modules/virt-creating-bridge-nad-cli.adoc

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,10 @@ spec:
3030
config: '{
3131
"cniVersion": "0.3.1",
3232
"name": "<a-bridge-network>", <3>
33-
"plugins": [
34-
{
35-
"type": "cnv-bridge", <4>
36-
"bridge": "<bridge-interface>", <5>
37-
"macspoofchk": true, <6>
38-
"vlan": 1 <7>
39-
},
40-
{
41-
"type": "cnv-tuning" <8>
42-
}
43-
]
33+
"type": "cnv-bridge", <4>
34+
"bridge": "<bridge-interface>", <5>
35+
"macspoofchk": true, <6>
36+
"vlan": 1 <7>
4437
}'
4538
----
4639
<1> The name for the `NetworkAttachmentDefinition` object.
@@ -50,7 +43,6 @@ spec:
5043
<5> The name of the Linux bridge configured on the node.
5144
<6> Optional: Flag to enable MAC spoof check. When set to `true`, you cannot change the MAC address of the pod or guest interface. This attribute provides security against a MAC spoofing attack by allowing only a single MAC address to exit the pod.
5245
<7> Optional: The VLAN tag.
53-
<8> The CNI plug-in that allows the MAC pool manager to assign a unique MAC address to the connection.
5446

5547
. Create the network attachment definition:
5648
+

0 commit comments

Comments
 (0)