Name Date Size #Lines LOC

..--

Client.pmH A D30-Jan-202010 KiB389332

Default.pmH A D28-Sep-20161.8 KiB7148

LICENSEH A D16-Jan-2015836 1514

MakefileH A D02-Dec-20212.6 KiB10159

Ospfd.pmH A D30-Jan-20202.5 KiB8055

Packet.pmH A D16-Jan-20158.2 KiB286221

PassFd.pmH A D11-Jul-2014987 288

PassFd.xsH A D11-Jul-20142.5 KiB9971

Proc.pmH A D03-May-20164.6 KiB192150

READMEH A D28-Sep-2016620 1210

Tap.pmH A D28-Sep-20162.5 KiB9461

args-ddstate.plH A D16-Jan-2015879 4542

args-ifstate-ism2.plH A D16-Jan-20151.1 KiB6358

args-ifstate-pri-ism-ospfd.plH A D28-Sep-20161.3 KiB6659

args-ifstate-pri-ism.plH A D28-Sep-20161.3 KiB6658

args-ifstate-pri-ospfd-ism.plH A D28-Sep-20161.2 KiB6659

args-ifstate-pri-ospfd.plH A D28-Sep-20161.2 KiB6659

args-ifstate.plH A D16-Jan-2015916 4845

args-none.plH A D16-Jan-2015629 3630

opentap.cH A D28-Sep-20162.2 KiB8252

ospfd.plH A D18-Aug-20141.5 KiB5430

tapdump.plH A D28-Sep-20161.1 KiB3413

testfd.plH A D11-Jul-20141.9 KiB6135

README

1This is a test framework for the ospfd routing daemon.  For each
2test one fresh daemon is started with an individual config.  It is
3talking OSPF via a tap interface.  At the process side of the tap
4device a client is running.  This test programm is parsing the OSPF
5packets and generates new ones.  It simulates other OSPF daemons.
6
7For now only hello packets are tested.  Each test has a task list
8which drives the ospfd through its interface state machine.  The
9plan is to extend the framework for the other OSPF packet types and
10state machines.  Eventualy the generated kernel routing messages
11could also be checked.
12