aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/gbp/gbp_policy_dpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gbp/gbp_policy_dpo.h')
-rw-r--r--src/plugins/gbp/gbp_policy_dpo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/gbp/gbp_policy_dpo.h b/src/plugins/gbp/gbp_policy_dpo.h
index 1dc11ab2e32..77ca5d93bd0 100644
--- a/src/plugins/gbp/gbp_policy_dpo.h
+++ b/src/plugins/gbp/gbp_policy_dpo.h
@@ -96,7 +96,7 @@ gbp_classify_get_gpd (const ip4_address_t * ip4, const ip6_address_t * ip6,
if (ip4)
lbi = ip4_fib_forwarding_lookup (fib_index, ip4);
else if (ip6)
- lbi = ip6_fib_table_fwding_lookup (&ip6_main, fib_index, ip6);
+ lbi = ip6_fib_table_fwding_lookup (fib_index, ip6);
else
return 0;