From: Kevin Paul Herbert Date: Mon, 1 Feb 2016 17:41:37 +0000 (-0800) Subject: p1.c: Add symbols useful to IP protocol modules X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b66dcfbf6c6034ec941443fa27440994d1e436e6;p=odp4vpp.git 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 --- diff --git a/vnet/vnet/plugin/p1.c b/vnet/vnet/plugin/p1.c index 9029f130..08f00e8d 100644 --- a/vnet/vnet/plugin/p1.c +++ b/vnet/vnet/plugin/p1.c @@ -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 \