Skip to content

Commit

Permalink
use native interface names
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Dec 5, 2024
1 parent 9d4ff1e commit a7a0f3d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nodes/vr_sros/vr-sros.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var (

const (
generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "1/1/%d"

vrsrosDefaultType = "sr-1"
scrapliPlatformName = "nokia_sros"
Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_veos/vr-veos.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

const (
generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "Et1/%d"

scrapliPlatformName = "arista_eos"

Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_vjunosevolved/vr-vjunosevolved.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
startupCfgFName = "startup-config.cfg"

generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "et-0/0/%d"
)

// Register registers the node in the NodeRegistry.
Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_vjunosswitch/vr-vjunosswitch.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
startupCfgFName = "startup-config.cfg"

generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "et-0/0/%d"
)

// Register registers the node in the NodeRegistry.
Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_vmx/vr-vmx.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

const (
generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "ge-0/0/%d"

configDirName = "config"
startupCfgFName = "startup-config.cfg"
Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_vqfx/vr-vqfx.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

const (
generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "ge-0/0/%d"

scrapliPlatformName = "juniper_junos"

Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_vsrx/vr-vsrx.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

const (
generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "ge-0/0/%d"

scrapliPlatformName = "juniper_junos"

Expand Down
2 changes: 1 addition & 1 deletion nodes/vr_xrv9k/vr-xrv9k.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (

const (
generateable = true
generateIfFormat = "eth%d"
generateIfFormat = "Gi0/0/0/%d"

scrapliPlatformName = "cisco_iosxr"

Expand Down

0 comments on commit a7a0f3d

Please sign in to comment.