Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb committed Oct 23, 2024
1 parent 858b84e commit 01f4259
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/networking/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import (
"github.com/Cray-HPE/cray-site-init/pkg/cli"
)


const (
// DefaultMTLVlan is the default MTL Bootstrap Vlan - zero (0) represents untagged.
DefaultMTLVlan = 1
Expand Down Expand Up @@ -83,7 +82,6 @@ const (
DefaultMTLString = "10.1.1.0/16"
)


/*
Handy Netmask Cheet Sheet
/30 4 2 255.255.255.252 1/64
Expand Down Expand Up @@ -233,7 +231,6 @@ var DefaultMTL = IPV4Network{
ParentDevice: "bond0",
}


// IPV4Network is a type for managing IPv4 Networks
type IPV4Network struct {
FullName string `yaml:"full_name"`
Expand Down

0 comments on commit 01f4259

Please sign in to comment.