()
| 1928 | 'router': i.get('router'), |
| 1929 | 'rogue': not i['trusted']} for sid, i in servers.items()], |
| 1930 | 'bindings': list(bindings.values()), |
| 1931 | 'binding_count': len(bindings), |
| 1932 | 'rogue_count': len(rogue_servers), |
| 1933 | 'client_count': starvation, |
| 1934 | 'reasons': reasons, |
| 1935 | } |
| 1936 | |
| 1937 | |
| 1938 | # -------------------------------------------------------------------------- |
| 1939 | # Interfaces: link speed / duplex / auto-neg, static-vs-DHCP, IP/CIDR, VLAN |
nothing calls this directly
no test coverage detected