
Changes from version 0.43
==============================
o io.c: poll() seems to have problems returning correct values
        fixed it with a workaround
o mpcd: put all the global variables in one global struct
o io.c: listen sockets are now created with ATM_ANYCLASS traffic class
o p_recogn.c: calculation of ip-address mask from a prefix-length in
              a CIE
o io.c: mpoad no more exits when something really bad happens to
        it's sockets. Instead it does a soft boot and tries again

o mpc.c: now correct pointer is kfree()ed in atm_mpoa_delete_qos()
o mpc.c: while purging ingress entries ip-masks are taken into consideration
o mpoa_caches.[ch]: new function in_cache_search_with_mask()
o mpc.h: struct mpoa_client contains a new struct mpc_parameters
o mpc.c: lane_assoc_ind() handles also MPC configuration TLVs
o mpc.c: mpc->number_of_mps_macs is now updated correctly

Changes from version pre0.43-0
==============================
o p_recogn.c: fixed a bug in extension parsing
o io.c: fixed handling of the pollfd array indexing
o p_recogn.c: chechksum checking for incoming control packets
o main.c: default values for local listen ATM-adresses
o getvars.[ch]: removed stupid set_own_atm_address function
