]> git.puffer.fish Git - mirror/frr.git/commit
bfdd: fix BGP unnumbered peer setup 3282/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Sat, 3 Nov 2018 22:08:33 +0000 (19:08 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Sat, 3 Nov 2018 22:08:33 +0000 (19:08 -0300)
commitde61f256d68bc792a3823193fa8a49fdcaf77d3c
tree34dc8011ce20153aab359635224089c3b6892582
parentd0ca6a3406aa07da892014adf1171bd26b586207
bfdd: fix BGP unnumbered peer setup

The session key uses the scope id to figure out which interface we are
using with that link-local address, so if we don't set it when
registering a session we'll end up with multiple IPv6 sessions.

This bug was spotted by Sandro Bolliger.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bfdd/ptm_adapter.c