Skip to content
Snippets Groups Projects
  1. Jan 12, 2021
  2. May 28, 2020
  3. May 21, 2020
    • lemoer's avatar
      gluon-respondd: emit "primary_domain_code" in nodeinfo · b9c1a026
      lemoer authored
      Closes #1974
      
      Situation:
      ==========
      
      $ ls -l /lib/gluon/domains/lindennord.json
      lrwxrwxrwx    1 root     root            10 Jan  6 03:42 /lib/gluon/domains/lindennord.json -> dom17.json
      
      Before:
      =======
      
      $ gluon-neighbour-info -d ::1 -p 1001 -r nodeinfo -c 1
      {
         "node_id": "525400123456",
         "system": {
           "domain_code": "lindennord",
           "site_code": "ffh"
         },
      ...
      }
      
      After:
      ======
      
      $ gluon-neighbour-info -d ::1 -p 1001 -r nodeinfo -c 1
      {
         "node_id": "525400123456",
         "system": {
           "primary_domain_code": "dom17",
           "domain_code": "lindennord",
           "site_code": "ffh"
         },
      ...
      }
      b9c1a026
  4. Apr 04, 2020
  5. Mar 31, 2020
  6. Nov 24, 2019
  7. Nov 23, 2019
  8. Apr 23, 2019
  9. Apr 21, 2019
  10. Aug 24, 2018
  11. May 05, 2018
  12. Apr 13, 2018
  13. Mar 08, 2018
  14. Mar 07, 2018
  15. Jan 26, 2018
  16. Dec 31, 2017
  17. Dec 29, 2017
  18. Nov 25, 2017
  19. Sep 21, 2017
  20. Feb 12, 2017
  21. Feb 10, 2017
  22. Jan 17, 2017
  23. Dec 22, 2016
  24. Dec 10, 2016
  25. Dec 09, 2016
    • Jan-Philipp Litza's avatar
      gluon-respondd: restart on state change of client iface · fcf3abd9
      Jan-Philipp Litza authored
      Because we unconditionally appended `-i br-client` to the command line of
      respondd, it wasn't restarted when br-client changed state. Now, we use a
      jsonfilter expression on the network.interface dump data, similar to how the
      other interface names are generated, and only add the interface to the argument
      list if it is up.
      fcf3abd9
  26. Dec 08, 2016
  27. Aug 27, 2016
  28. Jul 10, 2016
  29. May 26, 2016
    • Jan-Philipp Litza's avatar
      respondd modules: Use proper formatting of doubles · f7eda938
      Jan-Philipp Litza authored
      Most doubles that are delivered via respondd have limited input
      precision, but are converted with up to 17 digits of precision. That can
      cause ugly blowups like 0.2800000000000001 in the output, which is
      avoided by specifying better format strings (like "%.2f" in most cases).
      f7eda938
  30. Apr 02, 2016
  31. Feb 08, 2016
  32. Feb 05, 2016
Loading