]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Remove hidden `neighbor X route-map Y <in|out>` command 7984/head
authorDonald Sharp <sharpd@nvidia.com>
Sat, 30 Jan 2021 02:27:49 +0000 (21:27 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 30 Jan 2021 02:30:27 +0000 (21:30 -0500)
commit4c3e9f072a415aa02f367aaff1cc90dd6fda5d06
treee581a6b16be8038a9f040bf528cd49a29b3b8454
parentecf497baeda77bfd040818c7bd2ad412cac76d66
bgpd: Remove hidden `neighbor X route-map Y <in|out>` command

This command was put in place to allow upgrades for the
neighbor command from the BGP_NODE and have it put
into the ipv4 uni node instead.  Since this
utterly kills the yang conversion.  I believe we need
to remove this.  Since people upgrading will just loose
the route-map applicatoin( if they are using such an old
config ) and RFC 8212 will come into play.  They'll figure
it out pretty fast.

Fixes: #7983
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_vty.c