mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
.. | ||
CMakeLists.txt | ||
helper33.c | ||
helper34.c | ||
helper35.c | ||
helper36.c | ||
README | ||
test01.c | ||
test02.c | ||
test03.c | ||
test04.c | ||
test05.c | ||
test06.c | ||
test07.c | ||
test08.c | ||
test09.c | ||
test10.c | ||
test11.c | ||
test12.c | ||
test13.c | ||
test14.c | ||
test17.c | ||
test18.c | ||
test21.c | ||
test22.c | ||
test23.c | ||
test24.c | ||
test25.c | ||
test26.c | ||
test29.c | ||
test30.c | ||
test31.c | ||
test32.c | ||
test33.sh | ||
test34.sh | ||
test35.sh | ||
test36.sh | ||
test37.c | ||
test38.c | ||
test39.c | ||
test40.c | ||
test41.c | ||
test42.c | ||
test43.c | ||
test44.c | ||
test45.c | ||
test46.c |
Regression Testing ================== test01: Create a tapN device test02: Create a tunN device test03: Create a tap0 device test04: Create a tun0 device test05: Create a tapN device and set its mtu to 1400 test06: Create a tunN device and set its mtu to 1400 test07: Create a tapN device and set its MAC address to 54:1a:13:ef:b6:b5 test08: Create a tunN device and set its MAC address to 54:1a:13:ef:b6:b5 test09: Create a tapN device and set its MAC address to random test10: Create a tunN device and set its MAC address to random test11: Create a tapN device and turn it up test12: Create a tunN device and turn it up test13: Create a tapN device, turn it up and set its IPv4 address test14: Create a tunN device, turn it up and set its IPv4 address #test15: Create a tapN device, turn it up and set its IPv6 address #test16: Create a tunN device, turn it up and set its IPv6 address test17: Create a tapN device, set its IPv4 address and turn it up test18: Create a tunN device, set its IPv4 address and turn it up #test19: Create a tapN device, set its IPv6 address and turn it up #test20: Create a tunN device, set its IPv6 address and turn it up test21: Create a tapN device and set its IP address to NULL test22: Create a tunN device and set its IP address to NULL test23: Create a tapN device and set its netmask to a negative value test24: Create a tunN device and set its netmask to a negative value test25: Create a tapN device and set its IP address to a dumb value test26: Create a tunN device and set its IP address to a dumb value #test27: Create a tapN device and set its netmask to a dumb value #test28: Create a tunN device and set its netmask to a dumb value test29: Double create a tapN device test30: Create a device with a wrong type test31: Create a device with a wrong number test32: Create a tapN device and check its pre-existing MAC address test33: Create a tap0 persistent device and destroy it test34: Create a tun0 persistent device and destroy it test35: Create a tap0 persistent device and release it test36: Create a tun1 persistent device and release it test37: Set a log callback and generate an error test38: Set a log callback and generate all possible error levels test39: Enable debug for a tap device test40: Enable debug for a tun device test41: Set a new name to an interface test42: Set a NULL name to an interface test43: Set a name of more than IF_NAMESIZE to an interface test44: Set a description to an interface test45: Set a NULL description to an interface test46: Set a description to an interface and check it