You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The netmap case is not handled in config.c:EnrollRouteTableEntry and as a consequence interface index remain -1. This causes ip_out.c:GetOutputInterface to not find any routes.
I patched it to simply set ifidx = 0 because I only have one interface (bond0).
The text was updated successfully, but these errors were encountered:
The netmap case is not handled in config.c:EnrollRouteTableEntry and as a consequence interface index remain -1. This causes ip_out.c:GetOutputInterface to not find any routes.
I patched it to simply set ifidx = 0 because I only have one interface (bond0).
The text was updated successfully, but these errors were encountered: