Skip to content

Commit

Permalink
Add missed virtual edge file
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 8, 2024
1 parent 9a28d21 commit 767890f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/agent/v1alpha2/virtualedge.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package v1alpha2

const (
VIRTUAL_EDGE_ANNOTATION = "virtual-edge.hhfab.fabric.githedgehog.com/external-cfg"
)

type VirtualEdgeConfig struct {
ASN string `json:"ASN"`
VRF string `json:"VRF"`
CommunityIn string `json:"CommunityIn"`
CommunityOut string `json:"CommunityOut"`
NeighborIP string `json:"NeighborIP"`
IfName string `json:"ifName"`
IfVlan string `json:"ifVlan"`
IfIP string `json:"ifIP"`
}

0 comments on commit 767890f

Please sign in to comment.