From 70d8ef89a5d9e38d4f35517c0f64009c47b76c4d Mon Sep 17 00:00:00 2001 From: Tetsuya Murakami Date: Wed, 4 Dec 2019 18:57:46 -0800 Subject: srv6-mobile Type: feature Plug-in for IPv6 Segment Routing Mobile Support the plug-in function in SR Policy. Support GTP4.D plug-in as SR Policy plug-in. Signed-off-by: Tetsuya Murakami Change-Id: I306160b7203921d879940193868944158867c482 --- src/plugins/srv6-mobile/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/srv6-mobile/CMakeLists.txt') diff --git a/src/plugins/srv6-mobile/CMakeLists.txt b/src/plugins/srv6-mobile/CMakeLists.txt index 612d626df91..ebd03f7fbf4 100644 --- a/src/plugins/srv6-mobile/CMakeLists.txt +++ b/src/plugins/srv6-mobile/CMakeLists.txt @@ -14,6 +14,7 @@ add_vpp_plugin(srv6mobile SOURCES gtp4_e.c + gtp4_d.c gtp6_e.c gtp6_d.c gtp6_d_di.c -- cgit 1.2.3-korg