CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/07/11 16:18:03

Log message:
    Add a test framework for the ospfd routing daemon.  For each test
    one fresh daemon is started with an individual config.  It is talking
    OSPF via a tun interface.  At the process side of the tun device a
    client is running.  This test programm is parsing the OSPF packets
    and generates new ones.  It simulates other OSPF daemons.
    
    For now only hello packets are tested.  Each test has a task list
    which drives the ospfd through its interface state machine.  The
    plan is to extend the framework for the other OSPF packet types and
    state machines.  Eventualy the generated kernel routing messages
    could also be checked.
    
    I have developed this test suite together with Florian Riehm.
    
    Status:
    
    Vendor Tag: bluhm
    Release Tags:       bluhm_20140712
    
    N src/regress/usr.sbin/ospfd/tundump.pl
    N src/regress/usr.sbin/ospfd/PassFd.xs
    N src/regress/usr.sbin/ospfd/Default.pm
    N src/regress/usr.sbin/ospfd/Makefile
    N src/regress/usr.sbin/ospfd/Ospfd.pm
    N src/regress/usr.sbin/ospfd/Proc.pm
    N src/regress/usr.sbin/ospfd/args-ifstate.pl
    N src/regress/usr.sbin/ospfd/ospfd.pl
    N src/regress/usr.sbin/ospfd/Tun.pm
    N src/regress/usr.sbin/ospfd/README
    N src/regress/usr.sbin/ospfd/Packet.pm
    N src/regress/usr.sbin/ospfd/args-ifstate-ism2.pl
    N src/regress/usr.sbin/ospfd/opentun.c
    N src/regress/usr.sbin/ospfd/testfd.pl
    N src/regress/usr.sbin/ospfd/PassFd.pm
    N src/regress/usr.sbin/ospfd/Client.pm
    N src/regress/usr.sbin/ospfd/args-ifstate-pri-ism-ospfd.pl
    N src/regress/usr.sbin/ospfd/args-ifstate-pri-ism.pl
    N src/regress/usr.sbin/ospfd/args-none.pl
    N src/regress/usr.sbin/ospfd/args-ifstate-pri-ospfd-ism.pl
    N src/regress/usr.sbin/ospfd/args-ifstate-pri-ospfd.pl
    
    No conflicts created by this import

Reply via email to