Skip to content

Commit

Permalink
primary-udn: Match NAD type to binary name
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 ds to /opt/cni/bin
folder on the node. therefor the type name should match the
binary.
Matching the binary name.

Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi committed Aug 11, 2024
1 parent ccb7ca2 commit 94bd703
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 94bd703

Please sign in to comment.