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

--- Comment #10 from v...@fbsd.ru ---
root case of the problem seems in how we configure cloned interfaces 

I think, on rc we do following:

ifconfig ifnameX create
... then devd does his unexpected black magic 
ifconfig ifnameX <config> 

so, config applied when we already have some "magic" from devd ... 
probably, we'd better to do 

ifconfig ifnameX create <config> 
so, not provide any window for devd to jump into ...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to