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

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|New                         |Open
           Assignee|[email protected]            |[email protected]

--- Comment #6 from Mark Johnston <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to