summaryrefslogtreecommitdiffstats
path: root/src/plugins/srv6-un/CMakeLists.txt
diff options
context:
space:
mode:
authorTetsuya Murakami <tetsuya.mrk@gmail.com>2020-03-23 16:10:28 -0700
committerNeale Ranns <nranns@cisco.com>2020-04-07 08:21:43 +0000
commitec9cb966875e1782a1d3c39be7488a56e7dc785a (patch)
tree1183ae081f0734c4dd5f302f2ec57b92488daf8f /src/plugins/srv6-un/CMakeLists.txt
parent032a5e3da0f4350390d97d6011160fe0d34a8d6e (diff)
sr: Support uSID function.
1. Add uSID function in VNET SRv6 2. Add test case for uSID Type: feature Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com> Change-Id: I354fc687192ed713ceb81fccc9f7b69b6777f6f6 Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com>
Diffstat (limited to 'src/plugins/srv6-un/CMakeLists.txt')
-rw-r--r--src/plugins/srv6-un/CMakeLists.txt21
1 files changed, 0 insertions, 21 deletions
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
-)