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.
…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
orssh
to run on a client node; andrunns.sh
is a script to exercise a filteredping
between network namespaces on a single node.