panic: sorele
    Vlad 
    marchenko at gmail.com
       
    Thu Sep 30 06:47:57 PDT 2004
    
    
  
Additional info:
I had several aliased ip addresses attached to interaface, and I just
noticed for some reason I was specifying whols subnet broadcast for
aliased ip addresses explicitly  instead of having ifconfig figure out
it automatically based on network mask. this is how it was configured:
main ip 10.0.0.1 / 255.255.255.0 / 10.0.0.255  
alias ip  10.0.0.2 / 255.255.255.255 / 10.0.0.255 
another alias ip  10.0.0.3 / 255.255.255.255 / 10.0.0.255 
while should be (if I understand correctly):
main ip 10.0.0.1 / 255.255.255.0 / 10.0.0.255  
alias ip  10.0.0.2 / 255.255.255.255 / 10.0.0.2
another alias ip  10.0.0.3 / 255.255.255.255 / 10.0.0.3
now question is could that trigger that panic solere under heavy
packets load somehow?
-- 
Vlad
    
    
More information about the freebsd-current
mailing list