aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/icmpv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'ggsn/icmpv6.h')
-rw-r--r--ggsn/icmpv6.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ggsn/icmpv6.h b/ggsn/icmpv6.h
index b6eec63..bf91e27 100644
--- a/ggsn/icmpv6.h
+++ b/ggsn/icmpv6.h
@@ -3,5 +3,7 @@
#include "../gtp/gtp.h"
#include "../gtp/pdp.h"
-int handle_router_mcast(struct gsn_t *gsn, struct pdp_t *pdp, const struct in6_addr *own_ll_addr,
+int handle_router_mcast(struct gsn_t *gsn, struct pdp_t *pdp,
+ const struct in6_addr *pdp_prefix,
+ const struct in6_addr *own_ll_addr,
const uint8_t *pack, unsigned len);