fix issue in random_mac filter with short prefixes (#53928)

This commit is contained in:
Anton Roman 2019-03-26 18:49:23 +01:00 committed by Sam Doran
commit 1e3428a766
3 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- random_mac - generate a proper MAC address when the provided vendor prefix is two or four characters (https://github.com/ansible/ansible/issues/50838)