rjarry / grout

grout # a graph router based on DPDK
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

graph: sanitize dynamic node attach to parent #37

Closed rjarry closed 2 weeks ago

rjarry commented 2 weeks ago

Rename node_name to next_node to make it more explicit.

Log the requested operation before actually calling gr_node_attach_parent so that is easier to debug in case of error.

Also update ip_output_add_tunnel to take a node name instead of an edge id.