Skip to content

Commit

Permalink
Add interface validation (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi authored Oct 27, 2023
1 parent a7ea214 commit f9eae9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topo/node/arista/arista.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type Node struct {
var (
_ node.Certer = (*Node)(nil)
_ node.ConfigPusher = (*Node)(nil)
_ node.Resetter = (*Node)(nil)

ethIntfRe = regexp.MustCompile(`^Ethernet\d+(?:/\d+)?(?:/\d+)?$`)
mgmtIntfRe = regexp.MustCompile(`^Management\d+(?:/\d+)?$`)
Expand Down

0 comments on commit f9eae9a

Please sign in to comment.