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 field grantor_fib must be set for GK blocks to know how to forward packets to Grantor servers or the actual destination, so it is always set for entries in use.
Dropping field in_use is just one more step to streamline struct flow_entry.
The text was updated successfully, but these errors were encountered:
The field
in_use
ofstruct flow_entry
can be replaced with the following inline function:The field
grantor_fib
must be set for GK blocks to know how to forward packets to Grantor servers or the actual destination, so it is always set for entries in use.Dropping field
in_use
is just one more step to streamlinestruct flow_entry
.The text was updated successfully, but these errors were encountered: