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

Mark Johnston <ma...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ma...@freebsd.org
             Status|New                         |Open
           Assignee|b...@freebsd.org            |n...@freebsd.org

--- Comment #6 from Mark Johnston <ma...@freebsd.org> ---
We are crashing here:

1120 #ifdef VIMAGE                                                              
1121         if (V_netisr_enable[proto] == 0) {                                 
1122                 m_freem(m);                                                
1123                 return (ENOPROTOOPT);                                      
1124         }                                                                  
1125 #endif

I guess we are missing a CURVNET_SET() somewhere in netgraph?

-- 
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