diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-10-26 11:50:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-26 11:50:05 -0400 |
| commit | 697257179dc63c4fa8274ee2d91e576477ff71d9 (patch) | |
| tree | b88a7d09138e524d4776797849c36ff85c90e229 /lib/if.h | |
| parent | a2b52cbeb43f28daea6363f2fc6962347dfab334 (diff) | |
| parent | 104fd767383a042baff0eff8f3988d3a95123eda (diff) | |
Merge pull request #9820 from idryzhov/if-nb-config
*: fix interface config write in NB-converted daemons
Diffstat (limited to 'lib/if.h')
| -rw-r--r-- | lib/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -594,6 +594,7 @@ void if_link_params_free(struct interface *); /* Northbound. */ struct 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), int (*up)(struct interface *ifp), int (*down)(struct interface *ifp), |
