]> git.puffer.fish Git - mirror/frr.git/commit
zebra: reorg dataplane context to support lsp info
authorMark Stapp <mjs@voltanet.io>
Wed, 10 Oct 2018 15:36:53 +0000 (11:36 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 22 Jan 2019 17:02:20 +0000 (12:02 -0500)
commit0f461727abb78335f9c14833749a968ca2ca204a
treecb674353b6506476b100b9eaaa81da22763ec681
parentb3cfe1e2da00c3a0233885d83d7d7246291c8e40
zebra: reorg dataplane context to support lsp info

Move route info to a separate struct and use a union in the
dplane context to hold either route or lsp info. Add
accessors for LSP info.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_dplane.c
zebra/zebra_dplane.h