From ec9cb966875e1782a1d3c39be7488a56e7dc785a Mon Sep 17 00:00:00 2001 From: Tetsuya Murakami Date: Mon, 23 Mar 2020 16:10:28 -0700 Subject: sr: Support uSID function. 1. Add uSID function in VNET SRv6 2. Add test case for uSID Type: feature Signed-off-by: Tetsuya Murakami Change-Id: I354fc687192ed713ceb81fccc9f7b69b6777f6f6 Signed-off-by: Tetsuya Murakami --- src/plugins/srv6-un/CMakeLists.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/plugins/srv6-un/CMakeLists.txt (limited to 'src/plugins/srv6-un/CMakeLists.txt') diff --git a/src/plugins/srv6-un/CMakeLists.txt b/src/plugins/srv6-un/CMakeLists.txt deleted file mode 100644 index 9ecf0b3c8d0..00000000000 --- a/src/plugins/srv6-un/CMakeLists.txt +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (c) 2018 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. - -add_vpp_plugin(SRv6uN - SOURCES - un.c - node.c - - INSTALL_HEADERS - un.h -) -- cgit 1.2.3-korg