diff options
| author | sarita patra <saritap@vmware.com> | 2022-02-28 18:18:42 -0800 |
|---|---|---|
| committer | sarita patra <saritap@vmware.com> | 2022-03-01 06:26:13 -0800 |
| commit | e6aab613952cef68ab5396fea1d0b49dc3fb9b17 (patch) | |
| tree | bde8bdca5302b2b5c8e9277540ccdca357563706 /pimd/pim_cmd_common.h | |
| parent | bb387611c69b1455ea10bc9159d018bc65023f09 (diff) | |
pim6d: Adding "ipv6 pim hello (1-65535) [(1-65535)]" CLI
This cli used to configure PIMV6 hello and hold timer on interface.
Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_cmd_common.h')
| -rw-r--r-- | pimd/pim_cmd_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index aaf10734f5..44c70e1cb6 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -40,5 +40,8 @@ int pim_process_ip_pim_cmd(struct vty *vty); int pim_process_no_ip_pim_cmd(struct vty *vty); int pim_process_ip_pim_drprio_cmd(struct vty *vty, const char *drpriority_str); int pim_process_no_ip_pim_drprio_cmd(struct vty *vty); +int pim_process_ip_pim_hello_cmd(struct vty *vty, const char *hello_str, + const char *hold_str); +int pim_process_no_ip_pim_hello_cmd(struct vty *vty); #endif /* PIM_CMD_COMMON_H */ |
