Skip to content

Commit

Permalink
Update application version to latest version from networkservicemesh/…
Browse files Browse the repository at this point in the history
…cmd-forwarder-vpp@main networkservicemesh/cmd-forwarder-vpp#

networkservicemesh/cmd-forwarder-vpp PR link: https://github.com/networkservicemesh/cmd-forwarder-vpp/pull/

networkservicemesh/cmd-forwarder-vpp commit message:
commit 5fc9f248bfac3bdecabea19dfdd030f0712406b3
Author: Ed Warnicke <[email protected]>
Date:   Fri May 14 20:45:16 2021 -0500

    Block AF_PACKET bound tunnel interface from communication (#191)

    When binding to the tunnel interface with AF_PACKET, we should *not*
    respond to anything except valid tunnel packets.

    vppinit does this by applying a DENYALL ACL.

    Individual tunnel chain elements are then responsible for poking a 'hole'
    in the DENYALL ACL for themselves.  See:

    https://github.com/networkservicemesh/sdk-vpp/tree/main/pkg/networkservice/mechanisms/vxlan/vxlanacl

    Signed-off-by: Ed Warnicke <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed May 15, 2021
1 parent 973cdb3 commit f7dd339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/forwarder-vpp/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: forwarder-vpp
spec:
containers:
- image: networkservicemeshci/cmd-forwarder-vpp:0f7b5329
- image: networkservicemeshci/cmd-forwarder-vpp:5fc9f248
imagePullPolicy: IfNotPresent
name: forwarder-vpp
securityContext:
Expand Down

0 comments on commit f7dd339

Please sign in to comment.