Repair SNAT's IPFIX and IF-add-del test functions. 58/5458/2
authorJon Loeliger <jdl@netgate.com>
Tue, 21 Feb 2017 19:49:37 +0000 (13:49 -0600)
committerDave Barach <openvpp@barachs.net>
Wed, 22 Feb 2017 12:54:29 +0000 (12:54 +0000)
commitd45602078d01fb37cd9bb06d203dd3946b872c09
tree7532c80b80e8f417749ae6a65adf420b3339e0c3
parent694396dc589b4fe75b1fad02fde1d3c3cdaeef04
Repair SNAT's IPFIX and IF-add-del test functions.

Inspection shows that the names of two functions:
    api_snat_ipfix_enable_disable()
    api_snat_add_del_interface_addr()
don't match their bodies and have been swapped.
Make the world right again by swapping them to match.

Change-Id: Ieefd7f0fdbf52794e8649b0cbbcf6e1403c1b90a
Signed-off-by: Jon Loeliger <jdl@netgate.com>
src/plugins/snat/snat_test.c