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#530

Commit: f80658e
Author: Artem Glazychev
Date: 2022-03-21 04:39:18 +0700
Message:
  - Update forwarder to use it with an external vpp (#530)
* Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main
PR link: networkservicemesh/sdk-vpp#530

Commit: 9984c7c
Author: Artem Glazychev
Date: 2022-03-18 15:04:18 +0700
Message:
    - Add options to the forwarder to use it with an external vpp (#530)
* Add options to the forwarder to use it with an external vpp

Signed-off-by: Artem Glazychev <[email protected]>

* Add default values

Signed-off-by: NSMBot <[email protected]>

* Update forwarder to use it with an external vpp

Signed-off-by: Artem Glazychev <[email protected]>

* Use vpp instead of vpp-ext

Signed-off-by: Artem Glazychev <[email protected]>

Co-authored-by: NSMBot <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 20, 2022
1 parent 6d49d0e commit c8f5a3e
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:adaa293
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:f80658e
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:adaa293
- image: ghcr.io/networkservicemesh/ci/cmd-forwarder-vpp:f80658e
imagePullPolicy: IfNotPresent
name: my-forwarder-vpp
securityContext:
Expand Down

0 comments on commit c8f5a3e

Please sign in to comment.