aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan/vxlan.h
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2019-12-06 13:14:14 +0100
committerOle Trøan <otroan@employees.org>2019-12-12 13:35:10 +0000
commita0bf06d74caf6a99574a54201d14d836059ed2e9 (patch)
tree06edab7ebc8ea84e32be8b0ceb6331c4ea0fe919 /src/vnet/vxlan/vxlan.h
parente6eaa24f156e908dcbb92209c4f50f8da8066d79 (diff)
avf: explicit types in api
Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: If693e066eeb9312d4535893c279446dc43e8baa2
Diffstat (limited to 'src/vnet/vxlan/vxlan.h')
0 files changed, 0 insertions, 0 deletions
on value='rls2110'>rls2110 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/ip4_tunnels/regenerate_testcases.py
blob: e22f6de5c3901d111cbabba917ce688ea41c6ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env python3

# Copyright (c) 2023 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.

from resources.libraries.python.autogen.Regenerator import Regenerator

Regenerator().regenerate_glob(u"*.robot")