Skip to content

Commit

Permalink
Update defaults_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cprabha authored Oct 22, 2024
1 parent 0360d36 commit 648aa48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var (
IPv6Len: 64,
MAC: "02:00:02:01:01:01",
}
kneDeviceModelList = []string{"ncptx", "ceos", ixr10e", "8201", "xrd"}
kneDeviceModelList = []string{"ncptx", "ceos", "ixr10e", "8201", "xrd"}
)

// TestDefaultAddressFamilies verifies that both IPv4 and IPv6 are enabled by default without a need for additional
Expand Down

0 comments on commit 648aa48

Please sign in to comment.