ticket25432 363 B

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