diff options
author | Michael Qiu <qdy220091330@gmail.com> | 2016-07-07 11:28:27 +0800 |
---|---|---|
committer | Chris Luke <chris_luke@comcast.com> | 2016-07-29 13:01:37 +0000 |
commit | 2828efcfb96be56f0ef894e2df1e309670a2283a (patch) | |
tree | e4dcb34ce60a7d6cef9f6e0afe5c124557a535a6 /vppapigen | |
parent | a2f27af2144636db88b4937155ad9c86e82f2b50 (diff) |
plugin/vcgn:Remove local defined ip4_interface_first_address
Function ip4_interface_first_address has been defined in
vnet/ip/ip4.h, and result an compile issue.
CC vcgn/cnat_ipv4_icmp_error_outside_input.lo
CC vcgn/cnat_logging.lo
vcgn/cnat_logging.c:361:1: error: conflicting types for 'ip4_interface_first_address'
ip4_interface_first_address (ip4_main_t * im, u32 sw_if_index)
^
In file included from /usr/include/vnet/ip/ip.h:57:0,
from vcgn/cnat_logging.c:24:
/usr/include/vnet/ip/ip4.h:390:1: note: previous declaration of 'ip4_interface_first_address' was here
ip4_interface_first_address (ip4_main_t * im, u32 sw_if_index,
^
make: *** [vcgn/cnat_logging.lo] Error 1
Change-Id: I1165c9bb778263c195ed34ab438dcb27dfd207bc
Signed-off-by: Michael Qiu <qiudayu@chinac.com>
Diffstat (limited to 'vppapigen')
0 files changed, 0 insertions, 0 deletions