diff options
Diffstat (limited to 'bgpd/bgp_pbr.h')
| -rw-r--r-- | bgpd/bgp_pbr.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h index b6d26469f0..d82f125ec3 100644 --- a/bgpd/bgp_pbr.h +++ b/bgpd/bgp_pbr.h @@ -218,7 +218,8 @@ struct bgp_pbr_action {  }; -extern struct bgp_pbr_action *bgp_pbr_action_rule_lookup(uint32_t unique); +extern struct bgp_pbr_action *bgp_pbr_action_rule_lookup(vrf_id_t vrf_id, +							 uint32_t unique);  extern struct bgp_pbr_match *bgp_pbr_match_ipset_lookup(vrf_id_t vrf_id,  							uint32_t unique);  | 
