Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ipv6planner.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func generateIPv6Plan(subnet string, popCount, preferredSize int, subnetLevels [

func outputText(plan IPv6Plan) {
fmt.Printf("This tool is not intended to provide a comprehensive address plan.\n")
fmt.Printf("It should be used to generate a top level heirarchy of IPv6 address plans.\n")
fmt.Printf("It should be used to generate a top level hierarchy of IPv6 address plans.\n")
fmt.Printf("IPv6 Address Plan\n")
fmt.Printf("Base Subnet: %s\n", plan.BaseSubnet)
fmt.Printf("Number of POPs: %d\n", plan.POPCount)
Expand Down