I HATE GOOGLE
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-08-20 10:01:34 +02:00
parent 4974494ee0
commit 54371cf289
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 23 additions and 0 deletions

View file

@ -6,3 +6,7 @@ ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
% for ip, entries in sorted(node.metadata.get('hosts', {}).get('entries', {}).items()):
${ip} ${' '.join(sorted(entries))}
% endfor