mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Python3 sets are using the python hash seed to generate random hashes which makes the sets ordering different everytime. In our case we need to honor the user configuration (first device should be enslaved first) https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHASHSEED Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>