]> git.puffer.fish Git - mirror/frr.git/commit
pimd,pim6d: Resolving the YANG datatype Inconsistency for PIM Hello Interval 14299/head
authorSai Gomathi N <nsaigomathi@vmware.com>
Wed, 30 Aug 2023 12:45:18 +0000 (05:45 -0700)
committerSai Gomathi N <nsaigomathi@vmware.com>
Wed, 30 Aug 2023 13:02:12 +0000 (06:02 -0700)
commitdd1e34eff498985d8af26cfc329e751a4b022a9b
treeab28dced85bab54493a071d4b078368a324013ad
parent497584ac4825a283c2edbe4a55738020ebe7113e
pimd,pim6d: Resolving the YANG datatype Inconsistency for PIM Hello Interval

The YANG specification currently designates a uint8 data type for the hello interval,
despite the CLI documentation (ip pim hello (1-65535) [(1-65535)]) indicating a maximum value of 65535.
To address this inconsistency, updating the data type to uint16 allowing for a maximum value for hello intervals.

Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
pimd/pim_nb_config.c
yang/frr-pim.yang