Skip to content

Commit 567f26c

Browse files
committed
primary-udn: Match NAD type to binary name
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. therefore, the type name should match the binary. Matching the binary name. Signed-off-by: Ram Lavi <[email protected]>
1 parent ccb7ca2 commit 567f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/kubevirt-ipam-controller/004-primary-udn-kubevirt-binding-networkattachdef.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
"name": "primary-udn-kubevirt-binding",
1111
"plugins": [
1212
{
13-
"type": "cni-passt-binding-plugin"
13+
"type": "network-passt-binding"
1414
}
1515
]
1616
}'

0 commit comments

Comments
 (0)