]> git.proxmox.com Git - mirror_frr.git/commit - zebra/redistribute.c
zebra : zebra redistributing IPV4 link local Addresses inconsistently.
authorvdhingra <vdhingra@vmware.com>
Wed, 14 Aug 2019 07:18:43 +0000 (00:18 -0700)
committervdhingra <vdhingra@vmware.com>
Wed, 14 Aug 2019 13:44:22 +0000 (06:44 -0700)
commit79becec8acebb2ceb513facdc25ae316366e0b13
treecfc85316ec1ba698baa7e75c03dbea513e15aaa2
parentce935bc2843cb35c5450e1ea9beb1c58474d6e2c
zebra : zebra redistributing IPV4 link local Addresses inconsistently.

Create an interface with IP4 link local address 169.254.0.131/25.
In BGP enable the redistribute connected. Now Zebra will not send
the route corresponding to IPV4 link local address. Now made this
interface down and up. Zebra sends the route to BGP.
Zebra should not send this route to BGP.
This Fix would make the behaviour consistent and would not send the
routes corresponding to IPV4 Link local addresses.

Signed-off-by: vishaldhingra <vdhingra@vmware.com>
zebra/redistribute.c