summaryrefslogtreecommitdiffstats
path: root/src/plugins/acl/manual_fns.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-08acl: fix unresolved symbol for format_fib_prefix in vat pluginNeale Ranns1-8/+8
2020-03-27acl: API cleanupJakub Grajciar1-16/+15
2020-03-26acl: revert acl: api cleanupOle Trøan1-15/+16
2020-03-26acl: API cleanupJakub Grajciar1-16/+15
2019-09-27acl: remove api boilerplateOle Troan1-0/+4
2019-09-16api: autogenerate api trace print/endianOle Troan1-0/+53
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-55/+0
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra1-2/+2
2018-02-08acl-plugin: add whitelisted ethertype mode (VPP-1163)Andrew Yourtchenko1-0/+24
2017-09-12ACL-plugin add "replace" semantics for adding a new MacIP aclPavel Kotucek1-0/+42
2017-06-21acl-plugin: the second and subsequent ACEs incorrect endianness when custom-d...Andrew Yourtchenko1-4/+22
2017-06-21acl-plugin: fix coverity issue 166801Andrew Yourtchenko1-1/+1
2017-04-05acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683)Andrew Yourtchenko1-0/+348
ont-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
/*
 * Copyright (c) 2015 Cisco and/or its affiliates.
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at:
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * global_funcs.h: global data structure access functions
 */

#ifndef included_vnet_global_funcs_h_
#define included_vnet_global_funcs_h_

vnet_main_t *vnet_get_main (void);

#endif /* included_vnet_global_funcs_h_ */

/*
 * fd.io coding-style-patch-verification: ON
 *
 * Local Variables:
 * eval: (c-set-style "gnu")
 * End:
 */