Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prsunny committed Oct 12, 2023
1 parent 979cc5e commit 28636e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-server-server/go/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ func ConfigVrouterVrfIdPost(w http.ResponseWriter, r *http.Request) {
return
}

if kv == nil and kv_4 == nil {
if kv == nil && kv_4 == nil {
WriteRequestErrorWithSubCode(w, http.StatusConflict, DEP_MISSING,
"Default VxLAN VTEP must be created prior to creating VRF", []string{"tunnel"}, "")
return
Expand Down

0 comments on commit 28636e7

Please sign in to comment.