From 1b81e6ef66cbce15ba1b05904732f92251d531cd Mon Sep 17 00:00:00 2001 From: Tetsuya Murakami Date: Wed, 6 Nov 2019 11:05:51 -0800 Subject: srv6-mobile Type: feature Plug-in for IPv6 Segment Routing Mobile This funcion was developed by Signed-off-by: Satoru Matsuchima Signed-off-by: Filip Varga Signed-off-by: Tetsuya Murakami Signed-off-by: Tetsuya Murakami Change-Id: Ie995adc73d8f8d444339aab71619c3599e69f12d Signed-off-by: Tetsuya Murakami --- src/plugins/srv6-mobile/CMakeLists.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/plugins/srv6-mobile/CMakeLists.txt (limited to 'src/plugins/srv6-mobile/CMakeLists.txt') diff --git a/src/plugins/srv6-mobile/CMakeLists.txt b/src/plugins/srv6-mobile/CMakeLists.txt new file mode 100644 index 00000000000..612d626df91 --- /dev/null +++ b/src/plugins/srv6-mobile/CMakeLists.txt @@ -0,0 +1,24 @@ +# Copyright (c) 2019 Arrcus Inc 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(srv6mobile + SOURCES + gtp4_e.c + gtp6_e.c + gtp6_d.c + gtp6_d_di.c + node.c + + INSTALL_HEADERS + mobile.h +) -- cgit 1.2.3-korg