CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2025/10/28 17:26:44

Modified files:
        sys/net        : if_bridge.c 

Log message:
dont try per cpu counters in bridge_offload, they're not set up.

bridge doesnt allocate per cpu counters, but bridge_offload assumed
they existed and tried to updated them in it's error handling.

this removes the counter update in bridge_offload. the caller detects
the error and counts it appropriately anyway.

ok jan@

Reply via email to