aboutsummaryrefslogtreecommitdiffstats
path: root/src/vat/restart.c
diff options
context:
space:
mode:
authorBrian Russell <brian@graphiant.com>2021-03-04 17:13:11 +0000
committerDamjan Marion <dmarion@me.com>2021-03-15 17:45:52 +0000
commit73d9c9da6a66ca8658f4ff2a0f8421f3d755cb95 (patch)
treee9a1452f8a19cc3aceb78a5219f8e5faefb57886 /src/vat/restart.c
parent1126c90e3ae1265baaf5a1190edf49c5c39f10fe (diff)
tests: fix syntax warning in ipsec tun test
Testing for equality should be done via '==' rather than 'is' which tests identity. Type: fix Signed-off-by: Brian Russell <brian@graphiant.com> Change-Id: Iade53aea61d8aadcf6bffbfbef7fdac9a1004873
Diffstat (limited to 'src/vat/restart.c')
0 files changed, 0 insertions, 0 deletions
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 += stn_plugin.la

stn_plugin_la_SOURCES = stn/stn.c stn/stn_api.c

BUILT_SOURCES +=				\
	stn/stn.api.h		\
	stn/stn.api.json

noinst_HEADERS += stn/stn.h

API_FILES += stn/stn.api

# vi:syntax=automake