https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229957

--- Comment #2 from Eugene Grosbein <eu...@freebsd.org> ---
Assuming you create epairs using "host" environment (not within some jail),
please temporary wrap your epair creation procedure to verify if mentioned
change is really a root of the problem:

savedid=$(sysctl -n kern.hostid)
sysctl kern.hostid=0
<insert your epair creation here>
sysctl kern.hostid=savedid

This way, epair(4) should add some randomness to created MAC due to zero
hostid. Please report if this changes results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to