]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_zebra.c
bgpd: fix update-source for ipv6
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 26 Aug 2021 10:07:55 +0000 (13:07 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 26 Aug 2021 10:07:55 +0000 (13:07 +0300)
commit2ebb354c415590dc28b07ab18b6d8f16c4f7b6aa
tree774aaccac3994f7a240191502956d7445dcc1011
parent3e324ff41921c719de3aabc4136546828416532f
bgpd: fix update-source for ipv6

There's no IPv6 LL address on loopback/vrf interfaces. So if the user
configures update-source, the session is never going to be established.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
bgpd/bgp_zebra.c