abebdad1b7
On SUSE family distros, there is no openvswitch-datapath packaged. Map to the correct package name. Change-Id: I1c174fe5986ec9ac5e88642b75c1e27294e1fade
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"openvswitch-datapath-dkms_package": "openvswitch-datapath-dkms"
|
|
},
|
|
"suse": {
|
|
"openvswitch-switch-dkms_package": "openvswitch-kmp-default",
|
|
"openvswitch-datapath-dkms_package": "openvswitch-kmp-default"
|
|
},
|
|
"redhat": {
|
|
"openvswitch-datapath-dkms_package": ""
|
|
}
|
|
}
|
|
}
|