Skip to main content
Version: current

packing


ip/packing

Type: Directory

FlagNameDescription
XdisabledPacking rule is disabled.
ArgumentTypeDescription
interface ( mandatory )iface_enumInterface on which to aggregate or compress outgoing packets. Both routers must be configured symmetrically.
packingenum (none | simple | compress-headers | compress-all) { none:0x00, simple:0x01, compress-headers:0x03, compress-all:0x07 }

Action to perform on outgoing packets.

  • none - send packets as-is.
  • simple - aggregate packets only.
  • compress-headers - aggregate and compress headers, leave payload unchanged.
  • compress-all - aggregate and compress headers and payload.

Default: none.

unpackingenum (none | simple | compress-headers | compress-all) { none:0x00, simple:0x01, compress-headers:0x03, compress-all:0x07 }

Action to perform on incoming packets.

  • none - do nothing with received packets.
  • simple - unpack aggregated packets.
  • compress-headers - unpack aggregated packets and decompress headers.
  • compress-all - unpack aggregated packets and decompress headers and payload.

Default value is none.

aggregated-sizenumSize of an aggregated packet that packing will try to achieve before sending over the network. Range: 20..16384. Default: 1500.