blob: 21ca2013437a3efe14d84e08afe40b3e0fcab326 (
plain)
1
2
3
4
5
6
|
o Code simplification and refactoring:
- Merge functions used for describing nodes and suppress the functions
that do not allocate memory for the output buffer string.
NODE_DESC_BUF_LEN constant and format_node_description() function
cannot be used externally from router.c module anymore.
Closes ticket 25432. Patch by valentecaio.
|