aboutsummaryrefslogtreecommitdiff
path: root/helper/Makefile.am
diff options
context:
space:
mode:
authorKiran Kumar K <kirankumark@marvell.com>2020-10-05 09:29:13 +0530
committerPetri Savolainen <petri.savolainen@nokia.com>2020-12-21 12:42:26 +0200
commit3f618a250a69c95b9a4b6594a76e1841b1c00765 (patch)
tree8775ac6de94c5da7401efa7114aa3c3c7b40b7f5 /helper/Makefile.am
parentc86a4edb62eb7695a99f9e4c0f0cf0334957d229 (diff)
helper: add odph_igmp header description
Adds IGMP header description struct odph_igmphdr_t in helper directory. This structure is used for accessing IGMP header information from the packet. Signed-off-by: Kiran Kumar K <kirankumark@marvell.com> Signed-off-by: Satheesh Paul <psatheesh@marvell.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'helper/Makefile.am')
-rw-r--r--helper/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 858ad9b9d..e87b16c77 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -17,6 +17,7 @@ helperinclude_HEADERS = \
include/odp/helper/eth.h\
include/odp/helper/gtp.h\
include/odp/helper/icmp.h\
+ include/odp/helper/igmp.h\
include/odp/helper/ip.h\
include/odp/helper/ipsec.h\
include/odp/helper/odph_api.h\