Skip to content
Tom Barbette edited this page Nov 25, 2022 · 4 revisions

IP6Print Element Documentation

NAME

IP6Print — Click element; pretty-prints IP6 packets

SYNOPSIS

IP6Print([LABEL, NBYTES, CONTENTS, ACTIVE])

Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

dumps simple information about ip6 packet. LABEL specifies the label at the head of each line. NBYTES specify how many bytes to print and CONTENTS specify if the content should be printed, in hex. NBYTES and CONTENTS are keywords.

Keyword arguments are:

  • LABEL — String. A label to print before each packet. Default is an empty label.
  • NBYTES — Integer. Determines how many bytes to print. Default is 1500 bytes.
  • CONTENTS — Boolean. Determines whether the packet data is printed (in hex). Default is false.
  • ACTIVE — Boolean. If false, then don't print messages. Default is true.

ELEMENT HANDLERS

  • active (read-write) — Sets/Gets the active flag of this element.

SEE ALSO

CheckIP6Header, IPPrint

Generated by click-elem2man from ../elements/ip6/ip6print.hh:7 on 2022/11/25.

Clone this wiki locally