From 77022b88e90c47754c4046e49eeae9c960044597 Mon Sep 17 00:00:00 2001 From: Tetsuya Murakami Date: Tue, 10 Dec 2019 00:18:47 -0800 Subject: srv6-mobile Type: fix Plug-in for IPv6 Segment Routing Mobile Fix the packet forwarding issue on GTP4/6.D when configuring only 1 segment in SRH. Signed-off-by: Tetsuya Murakami Change-Id: I3a1d14b82821fc6e038d4ef719fd2aa006df2903 Signed-off-by: Tetsuya Murakami --- src/plugins/srv6-mobile/mobile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/srv6-mobile/mobile.h') diff --git a/src/plugins/srv6-mobile/mobile.h b/src/plugins/srv6-mobile/mobile.h index f1de99a306e..5a086b66c6e 100644 --- a/src/plugins/srv6-mobile/mobile.h +++ b/src/plugins/srv6-mobile/mobile.h @@ -51,6 +51,7 @@ #endif #define GTPU_EXTHDR_FLAG 0x04 +#define GTPU_SEQ_FLAG 0x02 #define GTPU_EXTHDR_PDU_SESSION 0x85 #define SRH_TAG_ECHO_REPLY 0x0008 -- cgit 1.2.3-korg