]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bridge tests: Ensure that bridges in different jails get different MAC addresses
authorkp <kp@FreeBSD.org>
Sun, 19 Apr 2020 16:30:49 +0000 (16:30 +0000)
committerkp <kp@FreeBSD.org>
Sun, 19 Apr 2020 16:30:49 +0000 (16:30 +0000)
commitd05176ab062a2e7d929a5af22f1cd93785767b17
treefc3a6e87e5e21074a10780e736a98551f6984359
parent96abf553f822fcd7b15a8c61c7e21dbafc685aa6
bridge tests: Ensure that bridges in different jails get different MAC addresses

We used to have a problem where bridges created in different vnet jails
would end up having the same mac address. This is now fixed by
including the jail name as a seed for the mac address generation, but we
should verify that it doesn't regress.
tests/sys/net/if_bridge_test.sh