1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Dumping route sources along with protocols and routes

This commit is contained in:
Maria Matejka
2023-11-01 18:25:40 +01:00
parent 6f1485baf9
commit f730ecef4f
4 changed files with 30 additions and 0 deletions

View File

@@ -2502,6 +2502,7 @@ rte_dump(struct rte_storage *e)
{
debug("%-1N ", e->rte.net);
debug("PF=%02x ", e->rte.pflags);
debug("SRC=%uG ", e->rte.src->global_id);
ea_dump(e->rte.attrs);
debug("\n");
}