Skip to content

Commit

Permalink
gh-681: initial support for inherting subnet,interfaces and attachmen…
Browse files Browse the repository at this point in the history
…ts after AWS inter-AZ HA
  • Loading branch information
TrekkieCoder committed May 27, 2024
1 parent b8a5caa commit b34adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loxinet/utils_aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func AWSPrepVIPNetwork() error {
return nil
}

fmt.Printf("Attacfed interface (%d) for loxilb instance %v\n", *aniOut.NetworkCardIndex, vpcID)
fmt.Printf("Attached interface (%d) for loxilb instance %v\n", *aniOut.NetworkCardIndex, vpcID)

return nil
}
Expand Down

0 comments on commit b34adaa

Please sign in to comment.