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.
[x] Did you check if this is a duplicate issue?
[ ] Did you test it on the latest FRRouting/frr master branch?
BGP configuration option neighbor PEER ttl-security hops NUMBER not displayed in vtysh show running-config output.
Although the configuration is not displayed, it is being set per the BGP daemon log: 2021/01/11 14:56:26 BGP: peer_ttl_security_hops_set: set gtsm_hops to 1 for uplink
The command `neighbor PGROUP ttl-security hops X` was being
accepted but ignored. Allow it to be stored. I am still
not sure that this is applied correctly, but that is another
problem.
Fixes: FRRouting#7848
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
The command `neighbor PGROUP ttl-security hops X` was being
accepted but ignored. Allow it to be stored. I am still
not sure that this is applied correctly, but that is another
problem.
Fixes: FRRouting#7848
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
The command `neighbor PGROUP ttl-security hops X` was being
accepted but ignored. Allow it to be stored. I am still
not sure that this is applied correctly, but that is another
problem.
Fixes: FRRouting#7848
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Describe the bug
[x] Did you check if this is a duplicate issue?
[ ] Did you test it on the latest FRRouting/frr master branch?
BGP configuration option
neighbor PEER ttl-security hops NUMBERnot displayed in vtyshshow running-configoutput.Although the configuration is not displayed, it is being set per the BGP daemon log:
2021/01/11 14:56:26 BGP: peer_ttl_security_hops_set: set gtsm_hops to 1 for uplinkDocumentation: http://docs.frrouting.org/en/latest/bgp.html#clicmd-[no]neighborPEERttl-securityhopsNUMBER
To Reproduce
ttl-security hopsin frr.conf. Example:Expected behavior
I would have expected to see an output line with
neighbor uplink ttl-security hops 1.Versions
The text was updated successfully, but these errors were encountered: