Skip to content

Commit

Permalink
primary-udn: Match NAD type to binary name (kubevirt#1851)
Browse files Browse the repository at this point in the history
the NAD type introduced to support primary UDN is using the binary
deployed by passt-binding-cni daemonset to the node. therefore, the type
name should match the binary.
Matching the binary name.

Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi authored Aug 11, 2024
1 parent ccb7ca2 commit 56755ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
"name": "primary-udn-kubevirt-binding",
"plugins": [
{
"type": "cni-passt-binding-plugin"
"type": "network-passt-binding"
}
]
}'

0 comments on commit 56755ad

Please sign in to comment.