FD.io VPP  v16.09
Vector Packet Processing
vnet/vnet/map

map add domain

Summary/usage

map add domain ip4-pfx <ip4-pfx> ip6-pfx <ip6-pfx> ip6-src <ip6-pfx> ea-bits-len <n> psid-offset <n> psid-len <n> [map-t] [mtu <mtu>].

Declaration and implementation

Declaration: map_add_domain_command (vnet/vnet/map/map.c:1920)

Implementation: map_add_domain_command_fn.

map add rule

Summary/usage

map add rule index <domain> psid <psid> ip6-dst <ip6-addr>.

Declaration and implementation

Declaration: map_add_rule_command (vnet/vnet/map/map.c:1930)

Implementation: map_add_rule_command_fn.

map del domain

Summary/usage

map del domain index <domain>.

Declaration and implementation

Declaration: map_del_command (vnet/vnet/map/map.c:1939)

Implementation: map_del_domain_command_fn.

map params fragment

Summary/usage

[inner|outer] [ignore-df [on|off]].

Declaration and implementation

Declaration: map_fragment_command (vnet/vnet/map/map.c:1895)

Implementation: map_fragment_command_fn.

map params fragment ignore-df

Summary/usage

on|off.

Declaration and implementation

Declaration: map_fragment_df_command (vnet/vnet/map/map.c:1903)

Implementation: map_fragment_df_command_fn.

map params icmp source-address

Summary/usage

source-address <ip4-address>.

Declaration and implementation

Declaration: map_icmp_relay_source_address_command (vnet/vnet/map/map.c:1879)

Implementation: map_icmp_relay_source_address_command_fn.

map params icmp6 unreachables

Summary/usage

unreachables {on|off}.

Declaration and implementation

Declaration: map_icmp_unreachables_command (vnet/vnet/map/map.c:1887)

Implementation: map_icmp_unreachables_command_fn.

map params pre-resolve

Summary/usage

pre-resolve {ip4-nh <address>} | {ip6-nh <address>}.

Declaration and implementation

Declaration: map_pre_resolve_command (vnet/vnet/map/map.c:1861)

Implementation: map_pre_resolve_command_fn.

map params reassembly

Summary/usage

[ip4 | ip6] [lifetime <lifetime-ms>] [pool-size <pool-size>] [buffers <buffers>] [ht-ratio <ht-ratio>].

Declaration and implementation

Declaration: map_ip4_reass_lifetime_command (vnet/vnet/map/map.c:1844)

Implementation: map_params_reass_command_fn.

map params security-check

Summary/usage

security-check on|off.

Declaration and implementation

Declaration: map_security_check_command (vnet/vnet/map/map.c:1870)

Implementation: map_security_check_command_fn.

map params security-check fragments

Summary/usage

fragments on|off.

Declaration and implementation

Declaration: map_security_check_frag_command (vnet/vnet/map/map.c:1911)

Implementation: map_security_check_frag_command_fn.

map params traffic-class

Summary/usage

traffic-class {0x0-0xff | copy}.

Declaration and implementation

Declaration: map_traffic_class_command (vnet/vnet/map/map.c:1852)

Implementation: map_traffic_class_command_fn.

show map domain

Declaration and implementation

Declaration: show_map_domain_command (vnet/vnet/map/map.c:1948)

Implementation: show_map_domain_command_fn.

show map fragments

Declaration and implementation

Declaration: show_map_fragments_command (vnet/vnet/map/map.c:1962)

Implementation: show_map_fragments_command_fn.

show map stats

Declaration and implementation

Declaration: show_map_stats_command (vnet/vnet/map/map.c:1955)

Implementation: show_map_stats_command_fn.