Commit 812ba984 authored by wangyongshou's avatar wangyongshou

delete the ueip route by delete session

parent 5d02076a
This diff is collapsed.
......@@ -26,5 +26,6 @@
#define UPF_PDR_MAX 32
#define UPF_FAR_MAX 32
#define MAX_EXT_NUM 10
#endif
......@@ -727,7 +727,6 @@ upf_gtpu_input (vlib_main_t * vm,
u32 error0;
u16 hdr_len0;
#define MAX_EXT_NUM 10
u8 cur_num = 0;
gtpu_ext_header_t gtpu_ext[MAX_EXT_NUM] = {0};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment