diff options
Diffstat (limited to 'lib/if.h')
| -rw-r--r-- | lib/if.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -592,6 +592,8 @@ void if_link_params_free(struct interface *); /* Northbound. */ struct vty; +extern void if_vty_config_start(struct vty *vty, struct interface *ifp); +extern void if_vty_config_end(struct vty *vty); extern void if_cmd_init(int (*config_write)(struct vty *)); extern void if_cmd_init_default(void); extern void if_zapi_callbacks(int (*create)(struct interface *ifp), |
