Project

General

Profile

Bug #27112

Updated by BenoƮt PECCATTE 7 days ago

In node list, the table can be customized, it is possible to add  

 We remove local ipv4 addresses (line 127.0.0.1) to avoid cluttering the output but we do not filter local ipv6 address which clutter the table a lot 

 local ipv6 address start with fe80: 

 The problem is that ipv6 link local addresses are automatically generated and there can be a lot of addresses. 
 This means that even on a HD screen, it is possible to get only 1 or 2 in the nodes list page.

Back