Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/cm…
Browse files Browse the repository at this point in the history
…d-forwarder-vpp@main

PR link: networkservicemesh/cmd-forwarder-vpp#1027

Commit: 665dbbc
Author: Laszlo Kiraly
Date: 2024-03-20 11:16:26 +0100
Message:
  - Read parameters for vpp host interface creation from config file (#1027)
* Parameters for vpp's host interface creation read from config file

Signed-off-by: Laszlo Kiraly <[email protected]>

* Parameters for vpp's host interface creation read from config file

- move to vppinit module

Signed-off-by: Laszlo Kiraly <[email protected]>

* Parameters for vpp's host interface creation read from config file

 - do not dump default configuration

Signed-off-by: Laszlo Kiraly <[email protected]>

* Parameters for vpp's host interface creation read from config file

- rename the configuration struct

Signed-off-by: Laszlo Kiraly <[email protected]>

* Parameters for vpp's host interface creation read from config file

- fix linter errors

Signed-off-by: Laszlo Kiraly <[email protected]>

* Parameters for vpp's host interface creation read from config file

- read the path of the configuration file from an environment variable

Signed-off-by: Laszlo Kiraly <[email protected]>

---------

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 20, 2024
1 parent c2fee48 commit 814c5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/forwarder-vpp/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:ec846f6
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:665dbbc
imagePullPolicy: IfNotPresent
name: forwarder-vpp
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion examples/features/select-forwarder/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:ec846f6
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:665dbbc
imagePullPolicy: IfNotPresent
name: my-forwarder-vpp
securityContext:
Expand Down

0 comments on commit 814c5da

Please sign in to comment.