diff options
| author | Russ White <russ@riw.us> | 2021-09-21 11:28:58 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 11:28:58 -0400 | 
| commit | 48f23c8879754262b359fb7cc1a9cdf43ed574a7 (patch) | |
| tree | ebedbf54fb4fcf57ebaebbbc2694b6275afd6bc0 /ospf6d/ospf6_area.h | |
| parent | 2c713b5a473c7d80c769b1adea1ecdfeece72343 (diff) | |
| parent | f4f0098ca0da45eb5516ccaaed2a793173cdd224 (diff) | |
Merge pull request #9640 from opensourcerouting/ospf6d-filters
ospf6d: rework filtering commands to be in line with ospfd
Diffstat (limited to 'ospf6d/ospf6_area.h')
| -rw-r--r-- | ospf6d/ospf6_area.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_area.h b/ospf6d/ospf6_area.h index 964b1916fc..43ac60b261 100644 --- a/ospf6d/ospf6_area.h +++ b/ospf6d/ospf6_area.h @@ -163,7 +163,7 @@ extern void ospf6_area_disable(struct ospf6_area *oa);  extern void ospf6_area_show(struct vty *vty, struct ospf6_area *oa,  			    json_object *json_areas, bool use_json); -extern void ospf6_area_plist_update(struct prefix_list *plist, int add); +extern void ospf6_plist_update(struct prefix_list *plist);  extern void ospf6_filter_update(struct access_list *access);  extern void ospf6_area_config_write(struct vty *vty, struct ospf6 *ospf6);  extern void ospf6_area_init(void);  | 
