diff options
Diffstat (limited to 'lib/if_rmap.h')
| -rw-r--r-- | lib/if_rmap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/if_rmap.h b/lib/if_rmap.h index 6f5fb578f0..a9f811e221 100644 --- a/lib/if_rmap.h +++ b/lib/if_rmap.h @@ -56,6 +56,8 @@ extern void if_rmap_yang_modify_cb(struct if_rmap_ctx *ctx, extern void if_rmap_yang_destroy_cb(struct if_rmap_ctx *ctx, const struct lyd_node *dnode); extern int config_write_if_rmap(struct vty *, struct if_rmap_ctx *ctx); +void cli_show_if_route_map(struct vty *vty, const struct lyd_node *dnode, + bool show_defaults); #ifdef __cplusplus } |
