diff mgw/struct.h @ 97:9aed16c30622

mgw p2g: set M bit when restarting forwarding after no-forward
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2022 20:05:02 -0800
parents f24bbfd23c9d
children 1579ec0e9fb9
line wrap: on
line diff
--- a/mgw/struct.h	Sun Sep 25 19:32:27 2022 -0800
+++ b/mgw/struct.h	Sun Sep 25 20:05:02 2022 -0800
@@ -33,6 +33,7 @@
 	uint32_t	p2g_last_ts;
 	uint16_t	p2g_last_seq;
 	uint16_t	p2g_out_seq;
+	int		p2g_drop_flag;
 	int		p2g_err_flags;
 	/* linked list management */
 	unsigned	ep_id;