acl-plugin: unapply the ACLs if interface is being deleted
[vpp.git] / src / plugins / snat.am
1
2 # Copyright (c) <current-year> <your-organization>
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at:
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 vppapitestplugins_LTLIBRARIES += snat_test_plugin.la
16 vppplugins_LTLIBRARIES += snat_plugin.la
17
18 snat_plugin_la_SOURCES = snat/snat.c            \
19         snat/snat_api.c                         \
20         snat/in2out.c                           \
21         snat/out2in.c                           \
22         snat/snat_plugin.api.h                  \
23         snat/snat_ipfix_logging.c               \
24         snat/snat_det.c
25
26 API_FILES += snat/snat.api
27
28 nobase_apiinclude_HEADERS +=            \
29   snat/snat_all_api_h.h                 \
30   snat/snat_msg_enum.h                  \
31   snat/snat.api.h
32
33 snat_test_plugin_la_SOURCES = \
34   snat/snat_test.c snat/snat_plugin.api.h
35
36 # vi:syntax=automake