diff options
| author | Barry A. Trent <barry.trent@atcorp.com> | 2024-08-09 15:37:01 -0700 |
|---|---|---|
| committer | Barry A. Trent <barry.trent@atcorp.com> | 2024-09-20 13:44:48 -0700 |
| commit | 9b68853e0d7616c97fbf64cf983ce63e3d93abe6 (patch) | |
| tree | 3e8b5e18f4a6ac24dfd223d4924b728ea9bdca6b /pimd/pim_cmd_common.h | |
| parent | 26b67993d0de7e64d3409858bc0f165b9f8d4c1c (diff) | |
pimd: add igmp proxy cli and yang configuration
Signed-off-by: Barry A. Trent <barry.trent@atcorp.com>
Diffstat (limited to 'pimd/pim_cmd_common.h')
| -rw-r--r-- | pimd/pim_cmd_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h index 339074b204..7ded9b246a 100644 --- a/pimd/pim_cmd_common.h +++ b/pimd/pim_cmd_common.h @@ -47,6 +47,7 @@ int pim_process_no_ip_pim_hello_cmd(struct vty *vty); int pim_process_ip_pim_activeactive_cmd(struct vty *vty, const char *no); int pim_process_ip_pim_boundary_oil_cmd(struct vty *vty, const char *oil); int pim_process_no_ip_pim_boundary_oil_cmd(struct vty *vty); +int pim_process_ip_gmp_proxy_cmd(struct vty *vty, bool enable); int pim_process_ip_mroute_cmd(struct vty *vty, const char *interface, const char *group_str, const char *source_str); int pim_process_no_ip_mroute_cmd(struct vty *vty, const char *interface, |
