diff options
author | Daniel Béreš <dberes@cisco.com> | 2022-07-27 12:22:39 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2022-10-06 12:22:07 +0000 |
commit | 82ec908acbab63af64b1b912babcab9a16d9f0e6 (patch) | |
tree | 496d633c09fbb1634ab23bbcc1e9d1efbb6970bb /extras/gomemif/WORKSPACE | |
parent | a58055d6b205426780e2737d3d66bbd872732d78 (diff) |
gomemif: update to libmemif version 4.0
Type: improvement
This patch provides:
1. interrupt mode support,
2. abstract socket support,
3. overriding responder example and divides it to two examples:
-icmp_responder_cb
-icmp_responder_poll
Signed-off-by: Daniel Béreš <dberes@cisco.com>
Change-Id: I99c86d053521760c457541fc596ed554f4077608
Diffstat (limited to 'extras/gomemif/WORKSPACE')
-rw-r--r-- | extras/gomemif/WORKSPACE | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/gomemif/WORKSPACE b/extras/gomemif/WORKSPACE index 10741f5b7c0..d75bfa5a524 100644 --- a/extras/gomemif/WORKSPACE +++ b/extras/gomemif/WORKSPACE @@ -33,3 +33,8 @@ go_repository( importpath = "github.com/pkg/profile", commit = "acd64d450fd45fb2afa41f833f3788c8a7797219" ) +go_repository( + name = "com_github_gopacket", + importpath = "github.com/google/gopacket", + commit = "3eaba08943250fd212520e5cff00ed808b8fc60a" +) |