added DHCPL collection to configs and collectors (#69)

This commit is contained in:
Steve Brunton
2020-02-03 22:00:00 -05:00
committed by GitHub
parent c00607abe0
commit 75b5f8be36
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ type Config struct {
Features struct {
BGP bool `yaml:"bgp,omitempty"`
DHCP bool `yaml:"dhcp,omitempty"`
DHCPL bool `yaml:"dhcpl,omitemptu"`
DHCPv6 bool `yaml:"dhcpv6,omitempty"`
Routes bool `yaml:"routes,omitempty"`
POE bool `yaml:"poe,omitempty"`