Skip to content

shivashin/bpf-test-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPF Environment set up script

Execution Environment

  • ansible 2.9.14
  • python 3.9.0
  • vagrant 2.2.10
  • VirtualBox 6.1.16

Getting Started

After git clone, then run:

vagrant up
ansible-playbook playbooks/upgrade-kernel.yml
vagrant reload
ansible-playbook playbooks/setup.yml

FAQ

Q. Why does vagrant reload?

Linux verison upgrades Linux5.3+.

Q. Why is Linux 5.3+ required?

Otherwise the BPF program will be rejected due to the maximum instruction limit (see this commit.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published