diff options
| author | GalaxyGorilla <sascha@netdef.org> | 2020-08-05 08:44:21 +0000 | 
|---|---|---|
| committer | GalaxyGorilla <sascha@netdef.org> | 2021-01-19 15:32:13 +0000 | 
| commit | 7fd0729f762d96ca78057ed126afdaacc0dd1fd9 (patch) | |
| tree | 0a536202b8ca9e77796d6d1ab661445e970c589d /ospfd/ospf_vty.h | |
| parent | 6351ea6ebf64524583e7a54b4af25e140109d790 (diff) | |
ospfd: TI-LFA basic infrastructure and algorithms
Signed-off-by: GalaxyGorilla <sascha@netdef.org>
Diffstat (limited to 'ospfd/ospf_vty.h')
| -rw-r--r-- | ospfd/ospf_vty.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ospf_vty.h b/ospfd/ospf_vty.h index 79aabe7b4e..bf9c971710 100644 --- a/ospfd/ospf_vty.h +++ b/ospfd/ospf_vty.h @@ -54,4 +54,8 @@ extern void ospf_vty_show_init(void);  extern void ospf_vty_clear_init(void);  extern int str2area_id(const char *, struct in_addr *, int *); +/* unit tests */ +void show_ip_ospf_database_summary(struct vty *vty, struct ospf *ospf, int self, +				   json_object *json); +  #endif /* _QUAGGA_OSPF_VTY_H */  | 
