diff options
author | drenfong.wang <drenfong.wang@intel.com> | 2019-02-23 03:50:20 +0000 |
---|---|---|
committer | drenfong.wang <drenfong.wang@intel.com> | 2019-02-23 03:53:55 +0000 |
commit | e74f9b38302b1b386cefa3b40e6579dfaf7235a2 (patch) | |
tree | 21360f86d751e9dae4f41b9cbf99bf2923770349 /src/plugins | |
parent | 0443951623b23abd9257876ab942443822427c57 (diff) |
modify the undefined symbol
Change-Id: Id0bda4a2accde3f76e212e47385a82984ca4040c
Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/sc_plugins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sc_plugins.c b/src/plugins/sc_plugins.c index d14ed30..66790a1 100644 --- a/src/plugins/sc_plugins.c +++ b/src/plugins/sc_plugins.c @@ -26,7 +26,7 @@ DEFINE_VAPI_MSG_IDS_VPE_API_JSON; DEFINE_VAPI_MSG_IDS_INTERFACE_API_JSON; DEFINE_VAPI_MSG_IDS_L2_API_JSON; DEFINE_VAPI_MSG_IDS_IP_API_JSON; -DEFINE_VAPI_MSG_IDS_TAP_API_JSON; +DEFINE_VAPI_MSG_IDS_TAPV2_API_JSON; DEFINE_VAPI_MSG_IDS_IPSEC_API_JSON; DEFINE_VAPI_MSG_IDS_VXLAN_API_JSON; @@ -51,7 +51,7 @@ int sr_plugin_init_cb(sr_session_ctx_t *session, void **private_ctx) //SC_REGISTER_RPC_EVT_HANDLER(sc_vxlan_subscribe_tunnel_events); //SC_REGISTER_RPC_EVT_HANDLER(sc_l2_bridge_domain_add_del_subscribe_events); //SC_REGISTER_RPC_EVT_HANDLER(sc_l2_interface_set_l2_bridge_subscribe_events); - + //INTERFACE ietf_interface_subscribe_events(session, &subscription); |