diff options
author | Tetsuya Murakami <tetsuya.mrk@gmail.com> | 2019-12-10 00:18:47 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-12-17 20:43:14 +0000 |
commit | 77022b88e90c47754c4046e49eeae9c960044597 (patch) | |
tree | 05ae306dc196750daa290324ba55ca09501ba5f5 /src/plugins/srv6-mobile/mobile.h | |
parent | 10a8bda37eed33ada1e7c6ece7bda1fe066ba541 (diff) |
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 <tetsuya.mrk@gmail.com>
Change-Id: I3a1d14b82821fc6e038d4ef719fd2aa006df2903
Signed-off-by: Tetsuya Murakami <tetsuya.mrk@gmail.com>
Diffstat (limited to 'src/plugins/srv6-mobile/mobile.h')
-rw-r--r-- | src/plugins/srv6-mobile/mobile.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |