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
There are currently few options for tracking a packet during its life inside YANET DataPlane, with the exception of some counters or a virtual "drop" interface.
The main idea of the task is to implement packet tracing, which will look like this:
- one sets up a filter that determines the packages we want to track
- each module records some trace information (packet ID/module name/action/reason/time stamps, etc.) for the packet matching the filter.
- one could read the trace information as a log file using some kind of interface
The text was updated successfully, but these errors were encountered:
There are currently few options for tracking a packet during its life inside YANET DataPlane, with the exception of some counters or a virtual "drop" interface.
The main idea of the task is to implement packet tracing, which will look like this:
- one sets up a filter that determines the packages we want to track
- each module records some trace information (packet ID/module name/action/reason/time stamps, etc.) for the packet matching the filter.
- one could read the trace information as a log file using some kind of interface
The text was updated successfully, but these errors were encountered: