From 0d90ed92cf80a03da6dbd2cb655dc1718c552549 Mon Sep 17 00:00:00 2001 From: Tetsuya Murakami Date: Sat, 21 Mar 2020 14:47:02 -0700 Subject: srv6-mobile: Fix the localsid length issue on vnet/srv6 Fix the following issue. 1. The localsid length was not stored in sr localsid structure. 2. SRv6 mobile test cases were modified based on the new sr localsid CLI syntax. Type: fix Signed-off-by: Tetsuya Murakami Change-Id: Ieb7620c35439e90a599802a7e0dba61a39707349 --- src/plugins/srv6-mobile/extra/Dockerfile.j2.release | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/srv6-mobile/extra/Dockerfile.j2.release') diff --git a/src/plugins/srv6-mobile/extra/Dockerfile.j2.release b/src/plugins/srv6-mobile/extra/Dockerfile.j2.release index bdb57a61511..7507f50403b 100644 --- a/src/plugins/srv6-mobile/extra/Dockerfile.j2.release +++ b/src/plugins/srv6-mobile/extra/Dockerfile.j2.release @@ -17,6 +17,7 @@ RUN set -eux; \ tcpdump \ python3-cffi \ python2.7 \ + libssl-dev \ netcat; \ rm -rf /var/lib/apt/lists/*; \ mv /usr/sbin/tcpdump /usr/bin/tcpdump -- cgit 1.2.3-korg