]> git.puffer.fish Git - mirror/frr.git/commit
pim6d: Adding "ipv6 mld query-max-response-time" CLI
authorSai Gomathi N <nsaigomathi@vmware.com>
Tue, 18 Jan 2022 15:16:51 +0000 (07:16 -0800)
committerSai Gomathi N <nsaigomathi@vmware.com>
Tue, 5 Apr 2022 07:00:01 +0000 (00:00 -0700)
commitc8b3d45de274f6941638a342f2d502b377e2ee7e
treec144807ed960179a942c20bac0c8ab9e1c68dda6
parent4e35ece397fc5bcbd15aa0c5341f8447f206031b
pim6d: Adding "ipv6 mld query-max-response-time" CLI

Adding the Interface level config command

ipv6 mld query-max-response-time <1-65535>
This command can be use to tune the max response time for general queries.
The number of seconds represented by the [Query Response Interval] must be less than the [Query Interval]

Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
pimd/pim6_cmd.c
pimd/pim_cmd.c
pimd/pim_cmd_common.c
pimd/pim_cmd_common.h
pimd/pim_nb_config.c