-
Notifications
You must be signed in to change notification settings - Fork 82
PrintGrid
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
PrintGrid — Click element;
PrintGrid([LABEL] [, KEYWORDS])
Ports: 1 input, 1 output
Processing: agnostic
Assumes input packets have Ethernet headers enclosing Grid packets, as described by grid_hdr in grid.hh. Prints out a description of the Grid payload.
Keyword arguments are:
- SHOW_ROUTES — Boolean. Default false. If true, print all the entries in each route advertisement.
- SHOW_PROBE_CONTENTS — Boolean. Default false. If true, print all the entries in each link probe.
- VERBOSE — Boolean. Default true. If false, leave out some details such as location info, etc.
- TIMESTAMP — Boolean. Default false. If true, print the packet timestamp.
- PRINT_ETH — Boolean. Default false. If true, print the ethernet header.
Generated by click-elem2man from ../elements/grid/printgrid.hh:8
on 2018/10/03.