]> git.puffer.fish Git - mirror/frr.git/commit
staticd: redo VRF_DEFAULT NHT registers on connect 11079/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 24 Apr 2022 15:17:30 +0000 (17:17 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 24 Apr 2022 15:21:09 +0000 (17:21 +0200)
commitc006c875e7bbf58b1a8ef20419dd59faea3e0473
treed57904e1cc30ae6d88568cba85327328b8b207e5
parentf75d39259cbccc5888bd152db2b64786f3eaea1d
staticd: redo VRF_DEFAULT NHT registers on connect

Other VRFs get VRF_ADD notifications from zebra which triggers
static_fixup_vrf_ids, but since the default VRF is implicit we need to
make that same call on connect.

This should fix problems with staticd being started before (or
concurrent with and thus racing) zebra.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
staticd/static_zebra.c