diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-06-12 15:18:19 -0300 | 
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-07-09 12:19:21 -0300 | 
| commit | f2971ce34b876d590546d12881feb4d2f7af2b2a (patch) | |
| tree | c4a589f68014569d131f6f3f277564395fdd7dc8 /isisd/fabricd.h | |
| parent | af13de0af62c69cd728056bfa99eac6e26af8cf6 (diff) | |
isisd: move old BFD command to fabricd only
The `isisd` will receive a northbound version of the BFD command, so
this is the first step to implement it.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'isisd/fabricd.h')
| -rw-r--r-- | isisd/fabricd.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/fabricd.h b/isisd/fabricd.h index 315cfba3f0..6e93440f3a 100644 --- a/isisd/fabricd.h +++ b/isisd/fabricd.h @@ -53,4 +53,6 @@ void fabricd_update_lsp_no_flood(struct isis_lsp *lsp,  void fabricd_configure_triggered_csnp(struct isis_area *area, int delay,  				      bool always_send_csnp);  void fabricd_init(void); +void isis_vty_daemon_init(void); +  #endif  | 
