Skip to content

Commit

Permalink
add tls anchor to node struct
Browse files Browse the repository at this point in the history
  • Loading branch information
karimra committed Sep 2, 2020
1 parent 7dbdd5b commit 8b337ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clab/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ type Node struct {
MgmtIPv6 string
MgmtMac string

TLSCert string
TLSKey string
TLSCert string
TLSKey string
TLSAnchor string
}

// Link is a struct that contains the information of a link between 2 containers
Expand Down

0 comments on commit 8b337ca

Please sign in to comment.