gluon/package/gluon-respondd/src
lemoer b9c1a026b1
gluon-respondd: emit "primary_domain_code" in nodeinfo
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"
   },
...
}
2020-05-21 18:09:05 +02:00
..
Makefile Move common code from gluon-mesh-babel and -batman-adv respondd providers to gluon-respondd 2019-11-24 12:04:58 +01:00
respondd-common.h Move common code from gluon-mesh-babel and -batman-adv respondd providers to gluon-respondd 2019-11-24 12:04:58 +01:00
respondd-neighbours.c Move common code from gluon-mesh-babel and -batman-adv respondd providers to gluon-respondd 2019-11-24 12:04:58 +01:00
respondd-nodeinfo.c gluon-respondd: emit "primary_domain_code" in nodeinfo 2020-05-21 18:09:05 +02:00
respondd-statistics.c gluon-respondd: expose OWE clients in nodeinfo 2020-04-01 01:15:38 +02:00
respondd.c Move common code from gluon-mesh-babel and -batman-adv respondd providers to gluon-respondd 2019-11-24 12:04:58 +01:00