]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Add `bgp allow-martian-nexthop` command
authorDonald Sharp <sharpd@nvidia.com>
Mon, 25 Apr 2022 20:30:36 +0000 (16:30 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 24 Jun 2022 11:45:46 +0000 (07:45 -0400)
commit8666265e2e9d8be752e0e1765bd2ebbc60a517b7
treecf3376e8ccaa83bfa477ce13a2164abd263d3cf6
parentaaa331923d48d95335783163b401e675cf8ebcc1
bgpd: Add `bgp allow-martian-nexthop` command

The command `debug bgp allow-martian` is not actually
a debug command it's a command that when entered allows
bgp to not reset a peering when a martian nexthop is
passed in the nlri.

Add the `bgp allow-martian-nexthop` command and allow it to be
used.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_attr.c
bgpd/bgp_vty.c
bgpd/bgpd.c
bgpd/bgpd.h
doc/user/bgp.rst