You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenConfig leaf, /network-instances/network-instance/protocols/protocol/pim/interfaces/interface/config/dead-timer is of type uint16. By definition, this leaf value is supposed to be multiplied by the hello-interval to give the default hold time to to keep neighbor state alive.
See RFC7761,
+--------------------------+----------------------+--------------------+
| Value Name | Value | Explanation |
+--------------------------+----------------------+--------------------+
| Default_Hello_Holdtime | 3.5 * Hello_Period | Default holdtime |
| | | to keep neighbor |
| | | state alive |
+--------------------------+----------------------+--------------------+
| Hello_Holdtime | from message | Holdtime from |
| | | Hello message |
| | | Holdtime option. |
+--------------------------+----------------------+--------------------+
The RFC says this value is 3.5 which cannot be stored in a uint16. The type for this leaf should be updated to store floating point values.
The text was updated successfully, but these errors were encountered:
The OpenConfig leaf,
/network-instances/network-instance/protocols/protocol/pim/interfaces/interface/config/dead-timer
is of typeuint16
. By definition, this leaf value is supposed to be multiplied by thehello-interval
to give the default hold time to to keep neighbor state alive.See RFC7761,
The RFC says this value is 3.5 which cannot be stored in a
uint16
. The type for this leaf should be updated to store floating point values.The text was updated successfully, but these errors were encountered: