Add missing removal of network interfaces in regress cleanup targets.Reducing the risk tests conflicting with each other.ok bluhm@
Check if loopback interfaces used are skipped by pf as opposed ofbailing out if any loopback interface is skipped other than lo0.
Cleanup makefile so that tests are similar. Link pair to build.
Fix typo in comment.
Use setup and cleanup feature from regress framework.Remove echo headlines. Use consistent target names.Makefile cleanup.
Rework when tests have to be skipped due to insufficient configurationof the regress machine.
Before running the tests, consistently check whether interfaces orrouting domains are busy.
Do not run sysctl and pfctl by != during make clean and make obj.requested by miod@
Skip the test and print a warning if pf does not process packetson additional loopback devices.
Let packets jump between routing domains until the ttl is used up.Use tcpdump to check that the ttl decrements to one.
Set up two loopback interfaces in different routing domains. Tryto ping existing and non existing addresses in these domains. Alsotest pinging to different rdomains via pf. Create routing loops
Set up two loopback interfaces in different routing domains. Tryto ping existing and non existing addresses in these domains. Alsotest pinging to different rdomains via pf. Create routing loopsand check that the packet vanishes.
show more ...