aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/mfib/mfib_test.c
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2018-05-14 01:44:01 -0700
committerFlorin Coras <fcoras@cisco.com>2018-05-14 02:33:35 -0700
commit70816f0cca308ce3cbf98cdbdb14e02550362b9f (patch)
treeae67d5f95fd3a80ffaa2e4e198e5ecb2c6d40474 /src/vnet/mfib/mfib_test.c
parentab96d181e995de15bc708372009b0b3238585f28 (diff)
proxy: fix active open connection cleanup
Thanks to DucTM for spotting the issue. Change-Id: I7985560f224c99cf0fdeea0c8457a3ac6f10b03c Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/mfib/mfib_test.c')
0 files changed, 0 insertions, 0 deletions
olor: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-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) 2016 Cisco Systems, Inc.
# 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.

vppplugins_LTLIBRARIES += gbp_plugin.la

gbp_plugin_la_SOURCES = 		\
	gbp/gbp_subnet.c		\
	gbp/gbp_contract.c		\
	gbp/gbp_endpoint.c		\
	gbp/gbp_endpoint_group.c	\
	gbp/gbp_classify.c  		\
	gbp/gbp_recirc.c  		\
	gbp/gbp_policy.c		\
	gbp/gbp_policy_dpo.c		\
	gbp/gbp_fwd.c			\
	gbp/gbp_fwd_dpo.c		\
	gbp/gbp_api.c

API_FILES += gbp/gbp.api

noinst_HEADERS += 		\
	gbp/gbp.h		\
	gbp/gbp_all_api_h.h	\
	gbp/gbp_msg_enum.h	\
	gbp/gbp.api.h

# vi:syntax=automake