Browse Source

batman: include 'batctl' in __RAW__

Helge Jung 9 years ago
parent
commit
e268d52f00
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ffstatus/batman.py

+ 1 - 0
ffstatus/batman.py

@@ -92,6 +92,7 @@ class BatmanParser:
                 'aliases': [],
                 'neighbours': {},
                 '__UPDATED__': {'batctl': timestamp},
+                '__RAW__': {'batctl': [item]},
             }
 
             neigh_id = ffstatus.mac2id(item.get('neighbor'))