]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Allow peer-groups to have `ttl-security hops` configured
authorDonald Sharp <sharpd@nvidia.com>
Fri, 15 Jan 2021 13:14:49 +0000 (08:14 -0500)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 20 Jan 2021 16:01:44 +0000 (19:01 +0300)
commitf30c002b894cc1e16a88d1a67744c0af485688da
tree9ca9a15f386b0d6f829283b3d5e75235aed55b8e
parent85ff76513be0b83526c349cbd13e7f06a0402851
bgpd: Allow peer-groups to have `ttl-security hops` configured

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: #7848
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgpd.c