diff options
Diffstat (limited to 'bgpd/bgp_pbr.h')
| -rw-r--r-- | bgpd/bgp_pbr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h index 2b0a9d80e1..d15cb39c32 100644 --- a/bgpd/bgp_pbr.h +++ b/bgpd/bgp_pbr.h @@ -219,7 +219,7 @@ struct bgp_pbr_match_entry {  	uint16_t dst_port_max;  	uint8_t proto; -	void *bgp_info; +	void *path;  	bool installed;  	bool install_in_progress;  | 
