]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: change ranges to 1..max, type align with IETF YANG.
authorChristian Hopps <chopps@labn.net>
Tue, 3 Aug 2021 22:22:09 +0000 (22:22 +0000)
committerChristian Hopps <chopps@labn.net>
Thu, 19 Aug 2021 02:08:33 +0000 (22:08 -0400)
commit11ca35875c8ee7316b47f6eeb422358212834615
treec6ab07858ba75ebc56807f9c38b0df24cd211582
parenta7279c5f43977320599e0c337a3dba06be8fdab9
pimd: change ranges to 1..max, type align with IETF YANG.

While defaults are good picks for "reasonable" guesses, min and max
range values really aren't. Operators and experimenters often like to
configure "unreasonable" values to stress test, tests boundary
conditions and explore innovations.

With that in mind, change all ranges to 1..max (of type).

While we're here add optional ignored values in the "no" CLI forms.

Signed-off-by: Christian Hopps <chopps@labn.net>
doc/user/pim.rst
lib/command.h
pimd/pim_cmd.c
pimd/pim_nb_config.c
yang/frr-igmp.yang
yang/frr-pim.yang