summaryrefslogtreecommitdiffstats
path: root/isisd/isis_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-06-29 16:10:15 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-06-29 16:10:15 +0200
commitb440fe5c82f73a4f34ebc59ac07e95f56e1193e0 (patch)
tree8fc9b00b7b2d4057bd70e7d1fa7085a3036733bc /isisd/isis_zebra.h
parentMerge pull request #764 from Jafaral/ospfintaddr (diff)
parentMerge pull request #756 from opensourcerouting/isis-redist-fixes (diff)
downloadfrr-b440fe5c82f73a4f34ebc59ac07e95f56e1193e0.tar.xz
frr-b440fe5c82f73a4f34ebc59ac07e95f56e1193e0.zip
Merge remote-tracking branch 'origin/stable/3.0'
Diffstat (limited to 'isisd/isis_zebra.h')
-rw-r--r--isisd/isis_zebra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h
index aeead3c3b..621c32c36 100644
--- a/isisd/isis_zebra.h
+++ b/isisd/isis_zebra.h
@@ -28,7 +28,7 @@ void isis_zebra_init(struct thread_master *);
void isis_zebra_route_update (struct prefix *prefix,
struct isis_route_info *route_info);
int isis_distribute_list_update (int routetype);
-void isis_zebra_redistribute_set(int type);
-void isis_zebra_redistribute_unset(int type);
+void isis_zebra_redistribute_set(afi_t afi, int type);
+void isis_zebra_redistribute_unset(afi_t afi, int type);
#endif /* _ZEBRA_ISIS_ZEBRA_H */