Skip to content

Commit

Permalink
WIP: bird import proto
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko authored and Georgy Kirichenko committed Sep 16, 2024
1 parent 7c177c7 commit c5d0822
Show file tree
Hide file tree
Showing 12 changed files with 820 additions and 13 deletions.
4 changes: 3 additions & 1 deletion common/icp.h
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,9 @@ using eor = std::tuple<std::string, ///< protocol
ip_address_t, ///< peer
std::string>; ///< table_name

using request = std::vector<std::variant<insert, remove, clear, eor>>;
using action = std::variant<insert, remove, clear, eor>;

using request = std::vector<action>;
}

namespace rib_summary
Expand Down
Loading

0 comments on commit c5d0822

Please sign in to comment.