diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-07-25 11:01:59 +0200 |
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2018-09-05 11:38:13 +0200 |
| commit | d4cff91a064b593235cf7a510e2383c8443f1fed (patch) | |
| tree | 17de8b82ecbf583403bf8d853392eee40015f575 /isisd/isis_spf.h | |
| parent | 9d224819339c0c3e1485eac09daf6178ae94cfb5 (diff) | |
fabricd: add flooding algorithm debugging
Add a command `debug openfabric flooding` to allow verification of
correct operation of the OpenFabric flooding optimization algorithm.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_spf.h')
| -rw-r--r-- | isisd/isis_spf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isisd/isis_spf.h b/isisd/isis_spf.h index 0532bd5465..f4db98cfed 100644 --- a/isisd/isis_spf.h +++ b/isisd/isis_spf.h @@ -40,5 +40,4 @@ void isis_spf_print(struct isis_spftree *spftree, struct vty *vty); struct isis_spftree *isis_run_hopcount_spf(struct isis_area *area, uint8_t *sysid, struct isis_spftree *spftree); - #endif /* _ZEBRA_ISIS_SPF_H */ |
