blob: 7df4e9f4207c10e21a2846b01355fa45f69fa533 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<node>
<hostname>$hostname</hostname>
<is_hna>0</is_hna>
<network>
<ip_4></ip_4>
<ip_6></ip_6>
</network>
<owner>Max Mustermann</owner>
<godfather>Susi Mustermann</godfather>
<position>
<lat></lat>
<long></long>
<text></text>
</position>
<statistics>
<uptime></uptime>
<dhcp_leases></dhcp_leases>
<load></load>
</statistics>
<batman-adv>
<route>
<hostname></hostname>
<mac></mac>
</route>
</batman-adv>
</node>
|