Skip to content

Commit

Permalink
netif-naming-scheme: make actually possible to use rhel-9.5 scheme
Browse files Browse the repository at this point in the history
In 753e1b1 we forgot to update the
netif-naming-scheme.c file to allow people to actually use the new
rhel-9.5 scheme.

RHEL-only

Resolves: RHEL-44630
  • Loading branch information
lnykryn authored and github-actions[bot] committed Jul 3, 2024
1 parent 753e1b1 commit d7dcbf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/netif-naming-scheme.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static const NamingScheme naming_schemes[] = {
{ "rhel-9.2", NAMING_RHEL_9_2 },
{ "rhel-9.3", NAMING_RHEL_9_3 },
{ "rhel-9.4", NAMING_RHEL_9_4 },
{ "rhel-9.5", NAMING_RHEL_9_5 },
/* … add more schemes here, as the logic to name devices is updated … */

EXTRA_NET_NAMING_MAP
Expand Down

0 comments on commit d7dcbf9

Please sign in to comment.