Fix use of format_ip46_address in custom_format 34/934/1
authorChris Luke <chrisy@flirble.org>
Fri, 29 Apr 2016 13:04:55 +0000 (09:04 -0400)
committerChris Luke <chrisy@flirble.org>
Fri, 29 Apr 2016 13:07:00 +0000 (09:07 -0400)
commit9444c0673c1b0e05e879862329a16c7893d51afc
tree5c31c61b6b239223033738f93e758af9fad59a5d
parent6caec3d8b42fa22938ea0aa9d8ec0db54c75ea1e
Fix use of format_ip46_address in custom_format

format_ip46_address() does not take a 2nd argument indicating the
address family. Harmless since the extra argument is simply not
consumed.

(noticed while adding gre to this module)

Change-Id: I692883872eedb4a8e3c0be7680d03b4b257ba6f9
Signed-off-by: Chris Luke <chrisy@flirble.org>
vpp/api/custom_dump.c