Browse Source

node data field 'node_id' always has an underscore in its name

Helge Jung 9 years ago
parent
commit
de0bc4e6f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ffpb.py

+ 1 - 1
modules/ffpb.py

@@ -397,7 +397,7 @@ def ffpb_findnode(name, allow_fuzzymatching=True):
         else:
             nodeid = mac.replace(':', '').lower()
             return {
-                'nodeid': nodeid,
+                'node_id': nodeid,
                 'hostname': '?-' + nodeid,
                 'network': {
                     'addresses': [mac2ipv6(mac, 'fdca:ffee:ff12:132:')],