PoE collector (#54)

Thanks for the PR.

* PoE collector
* Correcting mistake in comment for WithPOE function
This commit is contained in:
Welby McRoberts
2019-10-25 02:12:19 +01:00
committed by Steve Brunton
parent c757fc7216
commit 9fc2841a61
4 changed files with 135 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ type Config struct {
DHCP bool `yaml:"dhcp,omitempty"`
DHCPv6 bool `yaml:"dhcpv6,omitempty"`
Routes bool `yaml:"routes,omitempty"`
POE bool `yaml:"poe,omitempty"`
Pools bool `yaml:"pools,omitempty"`
Optics bool `yaml:"optics,omitempty"`
WlanSTA bool `yaml:"wlansta,omitempty"`