diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2018-04-09 21:08:33 +0200 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2018-04-11 08:35:29 +0000 |
commit | 7486d3c60fbb205c356a166521166b6eeefcc111 (patch) | |
tree | 11885eea0eed8c78cf220299becd9440abe67c5f /src/plugins/nat/nat.c | |
parent | e15023889df5bcfda8c23100cac6765636c65eb5 (diff) |
acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when using the inline functions
The acl_main struct, which is defined in the acl_plugin, is not visible when
the ACL plugin inline code is being compiled within the context of other plugins.
Fix that by using the global pointer variable, which exists in both the ACL plugin
context and is set in the context of the external plugins using ACL plugin.
Change-Id: Iaa74dd8cf36ff5442a06a25c5c968722116bddf8
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 1286a15a6e60f80b0e1b349f876de8fa38c71368)
Diffstat (limited to 'src/plugins/nat/nat.c')
0 files changed, 0 insertions, 0 deletions