fixed typo (#72)

typo fixed
This commit is contained in:
Steve Brunton 2020-02-10 13:46:48 -05:00 committed by GitHub
parent d723fdfe38
commit 8578c271bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ type Config struct {
Features struct {
BGP bool `yaml:"bgp,omitempty"`
DHCP bool `yaml:"dhcp,omitempty"`
DHCPL bool `yaml:"dhcpl,omitemptu"`
DHCPL bool `yaml:"dhcpl,omitempty"`
DHCPv6 bool `yaml:"dhcpv6,omitempty"`
Routes bool `yaml:"routes,omitempty"`
POE bool `yaml:"poe,omitempty"`
@ -34,7 +34,7 @@ type Device struct {
Srv SrvRecord `yaml:"srv,omitempty"`
User string `yaml:"user"`
Password string `yaml:"password"`
Port string `yaml:"port"`
Port string `yaml:"port"`
}
type SrvRecord struct {