diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-06-20 22:47:54 +0200 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-06-20 22:47:54 +0200 | 
| commit | 113b1946e39ea0a1e61335b56ff8cafb94934835 (patch) | |
| tree | 78ffc2a76ef8e02f6aac7e4e6bca15539084a9c2 /isisd/isis_zebra.h | |
| parent | b59fee54db24d8d56ab87c9ea08bfa7055aeed74 (diff) | |
isisd: adjust redist functionality to current zapi
Diffstat (limited to 'isisd/isis_zebra.h')
| -rw-r--r-- | isisd/isis_zebra.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_zebra.h b/isisd/isis_zebra.h index 217e3d48cd..69759a627c 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 */  | 
