diff options
| author | sarita patra <saritap@vmware.com> | 2022-02-28 18:25:29 -0800 |
|---|---|---|
| committer | sarita patra <saritap@vmware.com> | 2022-03-01 07:23:44 -0800 |
| commit | dab0ac2955cf156c4b69b656e302f9913eb0845b (patch) | |
| tree | 772ac4302c5d4c1f8c3b72979f20695b4920efda /pimd/pim6_cmd.h | |
| parent | 7e01b641ae5e28031bbebd161e4466e77218dd89 (diff) | |
pim6d: Adding "ipv6 pim ssm" cli
This cli used to enable PIMV6 on interface.
Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim6_cmd.h')
| -rw-r--r-- | pimd/pim6_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim6_cmd.h b/pimd/pim6_cmd.h index 68b185c25b..15e8f17341 100644 --- a/pimd/pim6_cmd.h +++ b/pimd/pim6_cmd.h @@ -33,6 +33,7 @@ #define IFACE_MLD_LAST_MEMBER_QUERY_INTERVAL_STR \ "MLD last member query interval\n" #define IFACE_MLD_LAST_MEMBER_QUERY_COUNT_STR "MLD last member query count\n" +#define IFACE_PIM_STR "Enable PIM SSM operation\n" #define IFACE_PIM_HELLO_STR "Hello Interval\n" #define IFACE_PIM_HELLO_TIME_STR "Time in seconds for Hello Interval\n" #define IFACE_PIM_HELLO_HOLD_STR "Time in seconds for Hold Interval\n" |
