54 os <<
"FibUpdate(" << update.
name <<
", "
55 <<
"faceid: " << update.
faceId <<
", ";
58 os <<
"cost: " << update.
cost <<
", "
59 <<
"action: ADD_NEXTHOP";
62 os <<
"action: REMOVE_NEXTHOP";
static FibUpdate createRemoveUpdate(const Name &name, uint64_t faceId)
static FibUpdate createAddUpdate(const Name &name, uint64_t faceId, uint64_t cost)
std::ostream & operator<<(std::ostream &os, const FibUpdate &update)