FD.io VPP  v16.09
Vector Packet Processing
plugins/snat-plugin/snat

set interface snat

Summary/usage

set interface snat in <intfc> out <intfc> [del].

Declaration and implementation

Declaration: set_interface_snat_command (plugins/snat-plugin/snat/snat.c:545)

Implementation: snat_feature_command_fn.

show snat

Summary/usage

show snat.

Declaration and implementation

Declaration: show_snat_command (plugins/snat-plugin/snat/snat.c:712)

Implementation: show_snat_command_fn.

snat add address

Summary/usage

snat add addresses <ip4-range-start> [- <ip4-range-end>].

Declaration and implementation

Declaration: add_address_command (plugins/snat-plugin/snat/snat.c:459)

Implementation: add_address_command_fn.