]> git.puffer.fish Git - mirror/frr.git/commit
pim6d: isolate remaining TODOs into stubs file
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 19 Jan 2022 14:45:11 +0000 (15:45 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 16 Feb 2022 15:40:56 +0000 (16:40 +0100)
commitb7f71639c93584eb92c459b66dde0037077aa67c
tree7f5eb5177dee7dcd73d1b4e0b244dde9e435c808
parentdeb76ca4ce5efa774f6b9ea530fa0737de3bdb48
pim6d: isolate remaining TODOs into stubs file

This creates `pim6_stubs.c`, which is intended to temporarily provide
stubbed-out definitions of some functions we don't have yet for IPv6.
This makes pim6d compile without the `PIM_V6_TEMP_BREAK` hack, and is
very important as an intermediate step to get a working environment for
further work.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim6_stubs.c [new file with mode: 0644]
pimd/subdir.am