Skip to content

Commit

Permalink
vagrant: bump server VM image for net-next updates
Browse files Browse the repository at this point in the history
This build contains latest bpf-next tree on track for 5.7 and contains:

- Socket LB helpers for cgroup programs
- BPF TPROXY helper for tc ingress
- 32bit subreg tracking, so we could potentially enable v3 CPU

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
  • Loading branch information
borkmann committed Mar 31, 2020
1 parent b4c4f53 commit 05f6bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant_box_defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
$SERVER_BOX = "cilium/ubuntu-dev"
$SERVER_VERSION= "169"
$NETNEXT_SERVER_BOX= "cilium/ubuntu-next"
$NETNEXT_SERVER_VERSION= "48"
$NETNEXT_SERVER_VERSION= "50"
@v419_SERVER_BOX= "cilium/ubuntu-4-19"
@v419_SERVER_VERSION= "11"

0 comments on commit 05f6bbc

Please sign in to comment.