From 8bd4db5996ba1144f659ea5341f1c2727c650bcd Mon Sep 17 00:00:00 2001 From: Steven Luong Date: Mon, 24 Oct 2022 09:10:59 -0700 Subject: vxlan: convert vxlan to a plugin per https://jira.fd.io/browse/VPP-2058 Type: improvement Signed-off-by: Steven Luong Change-Id: Ica0828de218d25ada2d0d1491e373c3b78179ac1 --- src/vnet/vxlan/dir.dox | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/vnet/vxlan/dir.dox (limited to 'src/vnet/vxlan/dir.dox') diff --git a/src/vnet/vxlan/dir.dox b/src/vnet/vxlan/dir.dox deleted file mode 100644 index 31a9e2b6112..00000000000 --- a/src/vnet/vxlan/dir.dox +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) 2016 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. - */ - -/** -@dir -@brief VXLAN Code. - -This directory contains source code to support VXLAN. - -*/ -/*? %%clicmd:group_label VXLAN CLI %% ?*/ -- cgit