]> 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)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 15 Jan 2021 13:29:25 +0000 (08:29 -0500)
commit4ec7a71a93dca76b2595f317241a819f6fe8a4a8
treef99c822518fabcea0f83fbc241d239d1a69cc57d
parentc780fef631dfe72f41b8d865b961b7b3aaa7a871
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