packing
ip/packing
Type: Directory
| Flag | Name | Description |
|---|---|---|
| X | disabled | Packing rule is disabled. |
| Argument | Type | Description |
|---|---|---|
| interface ( mandatory ) | iface_enum | Interface on which to aggregate or compress outgoing packets. Both routers must be configured symmetrically. |
| packing | enum (none | simple | compress-headers | compress-all) { none:0x00, simple:0x01, compress-headers:0x03, compress-all:0x07 } | Action to perform on outgoing packets.
Default: |
| unpacking | enum (none | simple | compress-headers | compress-all) { none:0x00, simple:0x01, compress-headers:0x03, compress-all:0x07 } | Action to perform on incoming packets.
Default value is |
| aggregated-size | num | Size of an aggregated packet that packing will try to achieve before sending over the network. Range: 20..16384. Default: 1500. |