This fixes the multihop_ttl value in get_bgp_config() when the multihop command is configured but without an specific ttl value. So the following configuration:
when I believe it should be set to its default value. Now the problem is how to determine its default value (I ignore if that changes across platforms and versions), so I set it to the default value 64 (according to Junos documentation). Please let me know. Thanks
Coverage decreased (-0.2%) to 78.55% when pulling 7efaa947c4649f5000af495826a482c8c02a8045 on ckishimo:devel-hop into b087b8b0ea90d0b8fb88a3315bc72e97b36d5d44 on napalm-automation:develop.
Coverage decreased (-0.2%) to 78.55% when pulling 7efaa947c4649f5000af495826a482c8c02a8045 on ckishimo:devel-hop into b087b8b0ea90d0b8fb88a3315bc72e97b36d5d44 on napalm-automation:develop.
This fixes the
multihop_ttl
value inget_bgp_config()
when themultihop
command is configured but without an specificttl
value. So the following configuration:returns a multihop_ttl value of 0
when I believe it should be set to its default value. Now the problem is how to determine its default value (I ignore if that changes across platforms and versions), so I set it to the default value 64 (according to Junos documentation). Please let me know. Thanks