]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Make nexthop group vrf VRF_DEFAULT
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 22 Mar 2019 18:00:25 +0000 (14:00 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:38 +0000 (11:13 -0400)
commit55eeb2ae7f56d7ecfa714d661d81e3ca0fb87ebc
tree872d415083c2a985085b7e63fa5778c57c9526cf
parent8e401b251f25be5d9daceab12c73b760a771df6e
zebra: Make nexthop group vrf VRF_DEFAULT

Nexthop groups can have nexthops in different vrf's. So,
let's make the group vrf_id just be VRF_DEFAULT for hash
lookup purposes.

Set vrf_id to be VRF_DEFAULT for every message. If its a new
nextop, set the vrf to be the appropriate thing, otherwise
its a group and can just be left as default.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rt_netlink.c