Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

PrintGrid Element Documentation

NAME

PrintGrid — Click element;

SYNOPSIS

PrintGrid([LABEL] [, KEYWORDS])

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

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.

SEE ALSO

Print

Generated by click-elem2man from ../elements/grid/printgrid.hh:8 on 2018/10/03.

Clone this wiki locally