tjcw / bpf-examples

Making eBPF programming easier via build env and examples
0 stars 1 forks source link

Provide run scripts for 2-machine, 2-vm, and 2-network-namespace scen… #3

Closed tjcw closed 1 year ago

tjcw commented 1 year ago

…arios

This PR provides scripts to configure networking and run the filter. runns1.sh and runns2.sh are internal helper scripts; run.sh, runvm.sh, and runnest.sh run the filter on a server node with a view to allowing a client program such as ping or ssh to run on a client node; and runns.sh is a script to exercise a filtered ping between network namespaces on a single node.

tjcw commented 1 year ago

Not wanted, this will go as a commit into a previous PR