p1.c: Add symbols useful to IP protocol modules
Add some symbols which are useful for clients of the IP layer. Change-Id: I26599a67bb9f89c883ac4ea6e630111dfac5e2c5 Signed-off-by: Kevin Paul Herbert <kph@cisco.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
aed4d03268
commit
b66dcfbf6c
+11
-1
@@ -77,7 +77,17 @@ _(vnet_get_main) \
|
||||
_(pg_stream_add) \
|
||||
_(pg_stream_del) \
|
||||
_(pg_stream_enable_disable) \
|
||||
_(pg_main)
|
||||
_(pg_main) \
|
||||
_(ip_main) \
|
||||
_(log) \
|
||||
_(unformat_pg_edit) \
|
||||
_(unformat_tcp_udp_port) \
|
||||
_(unformat_pg_number) \
|
||||
_(_vlib_init_function_ip4_lookup_init) \
|
||||
_(_vlib_init_function_ip6_lookup_init) \
|
||||
_(ip4_register_protocol) \
|
||||
_(ip6_register_protocol) \
|
||||
_(ip_csum_and_memcpy)
|
||||
|
||||
#if DPDK > 0
|
||||
#define foreach_dpdk_plugin_reference \
|
||||
|
||||
Reference in New Issue
Block a user