fix ifupdown pkg map for dhcp-all-interfaces of redhat family

Now as network-scripts package is derprecated, and NM should be the default for managing networking in redhat OS family, we need ifup/down scripts for dhcp-all-interfaces element and no one is providing them
So adding the package map for redhat family in the element source

Change-Id: I11e596e17477c39b156617762c4c5b840754ed64
This commit is contained in:
waleedm 2023-04-05 09:31:24 +00:00 committed by waleed mousa
parent 1bb559b684
commit b50b8489d8
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"family": {
"redhat": {
"dhcp-client": "dhclient",
"ifupdown": "NetworkManager-initscripts-updown",
"ndisc6": ""
},
"gentoo": {