diff options
Diffstat (limited to 'zebra/zebra_fpm.h')
-rw-r--r-- | zebra/zebra_fpm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_fpm.h b/zebra/zebra_fpm.h index 44dec0286..7fa71e40b 100644 --- a/zebra/zebra_fpm.h +++ b/zebra/zebra_fpm.h @@ -30,5 +30,6 @@ */ extern int zfpm_init (struct thread_master *master, int enable, uint16_t port); extern void zfpm_trigger_update (struct route_node *rn, const char *reason); +extern int fpm_remote_srv_write (struct vty *vty); #endif /* _ZEBRA_FPM_H */ |