Add -vppcfg flag to set ifAlias from the 'description' fields in vppcfg.yaml

This commit is contained in:
Pim van Pelt
2025-06-09 19:12:05 +02:00
parent 069b1b6fc2
commit 458168e308
6 changed files with 136 additions and 2 deletions

2
go.mod
View File

@ -7,11 +7,13 @@ toolchain go1.23.10
require (
github.com/posteo/go-agentx v0.2.1
go.fd.io/govpp v0.12.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/sys v0.31.0 // indirect