From fb386c2f1b98064a7cd2afb459066f779cd36d59 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 22 Jul 2019 10:31:59 +0200 Subject: Fixed typos in dhcpv4 (#303) Simple, nit-picky typo fixes. --- dhcpv4/ztpv4/parse_circuitid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcpv4/ztpv4') diff --git a/dhcpv4/ztpv4/parse_circuitid.go b/dhcpv4/ztpv4/parse_circuitid.go index a0616f2..32a17e3 100644 --- a/dhcpv4/ztpv4/parse_circuitid.go +++ b/dhcpv4/ztpv4/parse_circuitid.go @@ -24,7 +24,7 @@ var circuitRegexs = []*regexp.Regexp{ // Juniper EX ge-0/0/0.0 regexp.MustCompile("^ge-(?P[0-9]+)/(?P[0-9]+)/(?P[0-9]+).(?P[0-9]+).*"), // Arista Ethernet3/17/1 - // Sometimes Arista prepend circuit id type(1 byte) and length(1 byte) not useing ^ + // Sometimes Arista prepend circuit id type(1 byte) and length(1 byte) not using ^ regexp.MustCompile("Ethernet(?P[0-9]+)/(?P[0-9]+)/(?P[0-9]+)$"), // Juniper QFX et-1/0/61 regexp.MustCompile("^et-(?P[0-9]+)/(?P[0-9]+)/(?P[0-9]+)$"), -- cgit v1.2.3